From 7c07ec5fc1b0c730d21787b879776e1c1d77cf04 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Sun, 21 Jan 2018 08:29:38 -0800 Subject: resource: allow patches to be applied --- Library/Homebrew/patch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/patch.rb') 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? -- cgit v1.2.3