diff options
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 e4b11b664..425443778 100644 --- a/Library/Homebrew/formulary.rb +++ b/Library/Homebrew/formulary.rb @@ -236,7 +236,7 @@ class Formulary spec ||= tab.spec f = if tap.nil? - factory(rack.basename.to_s, spec) + factory(keg.rack.basename.to_s, spec) else begin factory("#{tap}/#{keg.rack.basename}", spec) |
