diff options
| author | Mike McQuaid | 2016-09-19 16:28:28 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-09-19 16:28:28 +0100 |
| commit | 3ffb9a2f7cda6652f75cb0c59c6d079ab1039e94 (patch) | |
| tree | df85c1065d7a42d70a5a2b8ed854622d603a50ee /Library | |
| parent | c9d9e54de6c96ae440506dccb4cac4c77ad408ce (diff) | |
| download | brew-3ffb9a2f7cda6652f75cb0c59c6d079ab1039e94.tar.bz2 | |
Fix another `brew style` from #971.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formulary.rb | 2 |
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 |
