Skip to content
Snippets Groups Projects
Commit 2c2b7ef2 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

compat/formula: re-add super.

I missed the `respond_to?(:patches)` here which broke patches.
parent a7c777c9
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ class Formula
def prepare_patches
odisabled "patches", "patch do" if respond_to?(:patches)
super
end
def installed_prefix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment