aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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 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