From 835135cb68a8882d822e4903e43ff6dcce402cd3 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 2 Jul 2017 15:28:44 +0100 Subject: missing_formula: no need to tap homebrew/core. Avoiding printing the weird message e.g: ``` It was migrated from homebrew/science to homebrew/core. You can access it again by running: brew tap homebrew/core ``` --- Library/Homebrew/missing_formula.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Library/Homebrew') 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 -- cgit v1.2.3