Skip to content
Snippets Groups Projects
Commit 102170b9 authored by Misty De Meo's avatar Misty De Meo
Browse files

Formulary: accept mxcl/master as synonym for Homebrew/homebrew

Fixes Homebrew/homebrew#40171.
parent bc3bf75c
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment