Skip to content

Commit b552908

Browse files
authored
Merge pull request #2851 from MikeMcQuaid/missing-formula-no-core
missing_formula: no need to tap homebrew/core.
2 parents bb33685 + 835135c commit b552908

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Library/Homebrew/missing_formula.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ def tap_migration_reason(name)
109109

110110
message = <<-EOS.undent
111111
It was migrated from #{old_tap} to #{new_tap}.
112+
EOS
113+
break if new_tap_name == CoreTap.instance.name
114+
115+
message += <<-EOS.undent
112116
You can access it again by running:
113117
brew tap #{new_tap_name}
114118
EOS

0 commit comments

Comments
 (0)