aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/patch.rb
diff options
context:
space:
mode:
authorilovezfs2018-01-21 08:29:38 -0800
committerilovezfs2018-01-22 01:10:14 -0800
commit7c07ec5fc1b0c730d21787b879776e1c1d77cf04 (patch)
treea79031dc475db0ecb7cd03f6739de92d2c362957 /Library/Homebrew/patch.rb
parent97f0ef4c49d0f2f2a62a82e7ca21945d7cbe2c7c (diff)
downloadbrew-7c07ec5fc1b0c730d21787b879776e1c1d77cf04.tar.bz2
resource: allow patches to be applied
Diffstat (limited to 'Library/Homebrew/patch.rb')
-rw-r--r--Library/Homebrew/patch.rb2
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?