From 033964fe87afe7ee95837c4e0050d3c6253e03c2 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 20 Apr 2015 19:52:39 +0100 Subject: pull: fetch bottles with --retry. --- Library/Homebrew/cmd/pull.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/pull.rb b/Library/Homebrew/cmd/pull.rb index 33ff22ab4..14f9e59f8 100644 --- a/Library/Homebrew/cmd/pull.rb +++ b/Library/Homebrew/cmd/pull.rb @@ -177,7 +177,7 @@ module Homebrew "https://api.bintray.com/content/homebrew/#{repo}/#{package}/#{version}/publish" puts sleep 2 - safe_system "brew", "fetch", "--force-bottle", f.name + safe_system "brew", "fetch", "--retry", "--force-bottle", f.name end else opoo "You must set BINTRAY_USER and BINTRAY_KEY to add or update bottles on Bintray!" -- cgit v1.2.3