diff options
| author | Markus Reiter | 2017-08-23 18:23:21 +0200 |
|---|---|---|
| committer | GitHub | 2017-08-23 18:23:21 +0200 |
| commit | 7d5971e84c8e704afd60485cda75b6fb6438aa9c (patch) | |
| tree | 7d15ee48e5fbddc6b74659a2f5706ca74d0bc1ff /Library/Homebrew/dev-cmd/pull.rb | |
| parent | 97c75bfd40084cfa2512fe55a7b292886ff6d023 (diff) | |
| parent | 15e572702e8dbd998e31aec110bce3cc0c9df811 (diff) | |
| download | brew-7d5971e84c8e704afd60485cda75b6fb6438aa9c.tar.bz2 | |
Merge pull request #3075 from reitermarkus/fix-pull
Fix `pull`.
Diffstat (limited to 'Library/Homebrew/dev-cmd/pull.rb')
| -rw-r--r-- | Library/Homebrew/dev-cmd/pull.rb | 2 |
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 |
