aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/pull.rb
diff options
context:
space:
mode:
authorMike McQuaid2015-04-20 19:52:39 +0100
committerMike McQuaid2015-04-20 19:52:39 +0100
commit033964fe87afe7ee95837c4e0050d3c6253e03c2 (patch)
tree8af73d4a3e2d27ccb8db73d5c56644f54bc05f22 /Library/Homebrew/cmd/pull.rb
parent24bdcb7b3912690a0bd26300b478b050f166c95e (diff)
downloadbrew-033964fe87afe7ee95837c4e0050d3c6253e03c2.tar.bz2
pull: fetch bottles with --retry.
Diffstat (limited to 'Library/Homebrew/cmd/pull.rb')
-rw-r--r--Library/Homebrew/cmd/pull.rb2
1 files changed, 1 insertions, 1 deletions
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!"