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
```
This commit is contained in:
Mike McQuaid 2017-07-02 15:28:44 +01:00
parent bb33685255
commit 835135cb68

View File

@ -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