diff options
Diffstat (limited to 'Library/Homebrew/tab.rb')
| -rw-r--r-- | Library/Homebrew/tab.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb index 41697abb8..9b6f28403 100644 --- a/Library/Homebrew/tab.rb +++ b/Library/Homebrew/tab.rb @@ -52,8 +52,9 @@ class Tab < OpenStruct attributes["source"]["tap"] = attributes.delete("tapped_from") end - if attributes["source"]["tap"] == "mxcl/master" - attributes["source"]["tap"] = "Homebrew/homebrew" + if attributes["source"]["tap"] == "mxcl/master" || + attributes["source"]["tap"] == "Homebrew/homebrew" + attributes["source"]["tap"] = "homebrew/core" end if attributes["source"]["spec"].nil? |
