aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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 d171e62b5..398117ab9 100644
--- a/Library/Homebrew/formulary.rb
+++ b/Library/Homebrew/formulary.rb
@@ -209,7 +209,7 @@ class Formulary
tap = Tab.for_keg(keg).tap
- if tap.nil? || tap == "Homebrew/homebrew"
+ if tap.nil? || tap == "Homebrew/homebrew" || tap == "mxcl/master"
factory(rack.basename.to_s, spec)
else
factory("#{tap.sub("homebrew-", "")}/#{rack.basename}", spec)