aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd
diff options
context:
space:
mode:
authorMarkus Reiter2017-08-21 19:32:16 +0200
committerMarkus Reiter2017-08-21 22:41:13 +0200
commit15e572702e8dbd998e31aec110bce3cc0c9df811 (patch)
treefde33207b043ffd4fd33a9bb2fb139b2eaacd89f /Library/Homebrew/dev-cmd
parent85fd43d4fe595f73b9168360b4c15a43e1a9debf (diff)
downloadbrew-15e572702e8dbd998e31aec110bce3cc0c9df811.tar.bz2
Fix `pull`.
Diffstat (limited to 'Library/Homebrew/dev-cmd')
-rw-r--r--Library/Homebrew/dev-cmd/pull.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/dev-cmd/pull.rb b/Library/Homebrew/dev-cmd/pull.rb
index dd2bc6270..a8f35531f 100644
--- a/Library/Homebrew/dev-cmd/pull.rb
+++ b/Library/Homebrew/dev-cmd/pull.rb
@@ -587,7 +587,7 @@ module Homebrew
# We're in the cache; make sure to force re-download
loop do
begin
- curl_download url, to: filename
+ curl_download url, continue_at: 0, to: filename
break
rescue
if retry_count >= max_curl_retries