From 3ffb9a2f7cda6652f75cb0c59c6d079ab1039e94 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 19 Sep 2016 16:28:28 +0100 Subject: Fix another `brew style` from #971. --- Library/Homebrew/formulary.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3