Merge pull request #2851 from MikeMcQuaid/missing-formula-no-core
missing_formula: no need to tap homebrew/core.
This commit is contained in:
commit
b552908490
@ -109,6 +109,10 @@ module Homebrew
|
|||||||
|
|
||||||
message = <<-EOS.undent
|
message = <<-EOS.undent
|
||||||
It was migrated from #{old_tap} to #{new_tap}.
|
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:
|
You can access it again by running:
|
||||||
brew tap #{new_tap_name}
|
brew tap #{new_tap_name}
|
||||||
EOS
|
EOS
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user