aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/tab.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb
index a65499dad..e5eaa5139 100644
--- a/Library/Homebrew/tab.rb
+++ b/Library/Homebrew/tab.rb
@@ -43,10 +43,10 @@ class Tab < OpenStruct
tapped_from = attributes["tapped_from"]
unless tapped_from.nil? || tapped_from == "path or URL"
attributes["source"]["tap"] = attributes.delete("tapped_from")
+ end
- if attributes["source"]["tap"] == "mxcl/master"
- attributes["source"]["tap"] == "Homebrew/homebrew"
- end
+ if attributes["source"]["tap"] == "mxcl/master"
+ attributes["source"]["tap"] = "Homebrew/homebrew"
end
if attributes["source"]["spec"].nil?