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 be1d331a8..1f6ae8acc 100644 --- a/Library/Homebrew/cmd/pull.rb +++ b/Library/Homebrew/cmd/pull.rb @@ -552,7 +552,7 @@ module Homebrew # We're in the cache; make sure to force re-download while true do begin - retry_count + retry_count = retry_count curl url, "-o", filename break rescue |
