aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/missing_formula.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/missing_formula.rb')
-rw-r--r--Library/Homebrew/missing_formula.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Homebrew/missing_formula.rb b/Library/Homebrew/missing_formula.rb
index 75498b128..57450ea84 100644
--- a/Library/Homebrew/missing_formula.rb
+++ b/Library/Homebrew/missing_formula.rb
@@ -109,6 +109,10 @@ module Homebrew
message = <<-EOS.undent
It was migrated from #{old_tap} to #{new_tap}.
+ EOS
+ break if new_tap_name == CoreTap.instance.name
+
+ message += <<-EOS.undent
You can access it again by running:
brew tap #{new_tap_name}
EOS