Merge pull request #2851 from MikeMcQuaid/missing-formula-no-core

missing_formula: no need to tap homebrew/core.
This commit is contained in:
Mike McQuaid 2017-07-02 16:02:42 +01:00 committed by GitHub
commit b552908490

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