aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/patch.rb
diff options
context:
space:
mode:
authorMike McQuaid2018-01-22 09:44:32 +0000
committerGitHub2018-01-22 09:44:32 +0000
commitace2d569dcd3a45d0fc49a6742540b6f7a957fbc (patch)
tree3f0d03e347de345b64e1549d1812835c752ba992 /Library/Homebrew/patch.rb
parent97f0ef4c49d0f2f2a62a82e7ca21945d7cbe2c7c (diff)
parent69db925e8a8030840d832c0b05cf29c3adc875dd (diff)
downloadbrew-ace2d569dcd3a45d0fc49a6742540b6f7a957fbc.tar.bz2
Merge pull request #3714 from ilovezfs/resource-patches1.5.1
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?