diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/patch.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/patch.rb b/Library/Homebrew/patch.rb index f648cfc7b..dbb2da843 100644 --- a/Library/Homebrew/patch.rb +++ b/Library/Homebrew/patch.rb @@ -88,13 +88,12 @@ class ExternalPatch < Patch def initialize(strip, &block) @strip = strip - @resource = Resource.new(&block) + @resource = Resource.new("patch", &block) @whence = :resource end def owner= owner resource.owner = owner - resource.name = "patch" resource.version = resource.checksum || ERB::Util.url_encode(resource.url) end |
