aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/tap.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/tap.rb')
-rw-r--r--Library/Homebrew/tap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb
index 32ef0fb9e..0214b39f9 100644
--- a/Library/Homebrew/tap.rb
+++ b/Library/Homebrew/tap.rb
@@ -30,7 +30,7 @@ class Tap
user = "Homebrew" if user == "homebrew"
repo = repo.strip_prefix "homebrew-"
- if user == "Homebrew" && repo == "homebrew"
+ if user == "Homebrew" && (repo == "homebrew" || repo == "core")
return CoreTap.instance
end