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 308a1c158..bbcfd1615 100644 --- a/Library/Homebrew/cmd/pull.rb +++ b/Library/Homebrew/cmd/pull.rb @@ -211,7 +211,7 @@ module Homebrew end bintray_fetch_formulae.each do |f| - max_retries = 5 + max_retries = 8 retry_count = 0 begin success = system "brew", "fetch", "--force-bottle", f.full_name |
