Skip to content

Commit

Permalink
Merge pull request #3747 from MikeMcQuaid/no-tap-deprecated
Browse files Browse the repository at this point in the history
tap: don’t tap deprecated taps.
  • Loading branch information
MikeMcQuaid authored Jan 30, 2018
2 parents c77cafc + c9f02aa commit 701ecb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/tap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def install(options = {})
requested_remote = options[:clone_target] || default_remote

if official? && DEPRECATED_OFFICIAL_TAPS.include?(repo)
opoo "#{name} was deprecated. This tap is now empty as all its formulae were migrated."
odie "#{name} was deprecated. This tap is now empty as all its formulae were migrated."
end

if installed?
Expand Down

0 comments on commit 701ecb4

Please sign in to comment.