aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formulary.rb
diff options
context:
space:
mode:
authorMike McQuaid2016-09-19 16:28:28 +0100
committerMike McQuaid2016-09-19 16:28:28 +0100
commit3ffb9a2f7cda6652f75cb0c59c6d079ab1039e94 (patch)
treedf85c1065d7a42d70a5a2b8ed854622d603a50ee /Library/Homebrew/formulary.rb
parentc9d9e54de6c96ae440506dccb4cac4c77ad408ce (diff)
downloadbrew-3ffb9a2f7cda6652f75cb0c59c6d079ab1039e94.tar.bz2
Fix another `brew style` from #971.
Diffstat (limited to 'Library/Homebrew/formulary.rb')
-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