Skip to content

Commit

Permalink
Merge pull request #2851 from MikeMcQuaid/missing-formula-no-core
Browse files Browse the repository at this point in the history
missing_formula: no need to tap homebrew/core.
  • Loading branch information
MikeMcQuaid committed Jul 2, 2017
2 parents bb33685 + 835135c commit b552908
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Library/Homebrew/missing_formula.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ def tap_migration_reason(name)

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
Expand Down

0 comments on commit b552908

Please sign in to comment.