diff options
| author | ilovezfs | 2018-01-21 08:29:38 -0800 | 
|---|---|---|
| committer | ilovezfs | 2018-01-22 01:10:14 -0800 | 
| commit | 7c07ec5fc1b0c730d21787b879776e1c1d77cf04 (patch) | |
| tree | a79031dc475db0ecb7cd03f6739de92d2c362957 /Library/Homebrew/patch.rb | |
| parent | 97f0ef4c49d0f2f2a62a82e7ca21945d7cbe2c7c (diff) | |
| download | brew-7c07ec5fc1b0c730d21787b879776e1c1d77cf04.tar.bz2 | |
resource: allow patches to be applied
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 1b379ba0f..77021480c 100644 --- a/Library/Homebrew/patch.rb +++ b/Library/Homebrew/patch.rb @@ -119,7 +119,7 @@ class ExternalPatch    def initialize(strip, &block)      @strip    = strip -    @resource = Resource::Patch.new(&block) +    @resource = Resource::PatchResource.new(&block)    end    def external? | 
