diff options
| author | Jack Nagel | 2015-01-08 14:18:41 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2015-01-08 14:18:41 -0500 | 
| commit | 0f01e9ff43c1576bc91741732ca961ee3d7e0545 (patch) | |
| tree | 3d9c59a8c33b7fdec01f3f9beb7a0fc007924b64 /Library/Homebrew/patch.rb | |
| parent | ba8926ea11e4b372ed66fd13d9c71669357e8ca1 (diff) | |
| download | brew-0f01e9ff43c1576bc91741732ca961ee3d7e0545.tar.bz2 | |
Remove the direct url writer from Resource
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 | 
