diff options
Diffstat (limited to 'Library/Homebrew/patch.rb')
| -rw-r--r-- | Library/Homebrew/patch.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/patch.rb b/Library/Homebrew/patch.rb index 72deabefd..4b41d972d 100644 --- a/Library/Homebrew/patch.rb +++ b/Library/Homebrew/patch.rb @@ -161,7 +161,7 @@ end  class LegacyPatch < ExternalPatch    def initialize(strip, url)      super(strip) -    resource.url = url +    resource.url(url)      resource.download_strategy = CurlDownloadStrategy    end | 
