brew pull: fix bogus line that was raising warning

This commit is contained in:
Andrew Janke 2016-05-12 09:09:31 -04:00
parent 1b6a200809
commit 2044294a86

View File

@ -552,7 +552,6 @@ module Homebrew
# We're in the cache; make sure to force re-download
while true do
begin
retry_count = retry_count
curl url, "-o", filename
break
rescue