diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/pull.rb | 2 |
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!" |
