aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formulary.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formulary.rb b/Library/Homebrew/formulary.rb
index 259e86dff..74f669413 100644
--- a/Library/Homebrew/formulary.rb
+++ b/Library/Homebrew/formulary.rb
@@ -190,7 +190,7 @@ class Formulary
super name, Formulary.core_path(name)
end
- def get_formula(_spec, alias_path: nil)
+ def get_formula(*)
raise FormulaUnavailableError, name
end
end