diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/keg.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/keg.rb b/Library/Homebrew/keg.rb index 9ebfc3bc3..86733860c 100644 --- a/Library/Homebrew/keg.rb +++ b/Library/Homebrew/keg.rb @@ -466,7 +466,7 @@ class Keg end def aliases - Formula[rack.basename.to_s].aliases + Formulary.from_rack(rack).aliases rescue FormulaUnavailableError [] end |
