aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2018-01-30 09:55:08 -0800
committerGitHub2018-01-30 09:55:08 -0800
commit701ecb49755d9be3f4c40ce979814027cda1c479 (patch)
tree1801763623ceefe27f95106300d2375b0b218716
parentc77cafcf821264ae777f978eed3f9674f2be1d1e (diff)
parentc9f02aa3f7672fe87e29e08f908dd2a14249653e (diff)
downloadbrew-701ecb49755d9be3f4c40ce979814027cda1c479.tar.bz2
Merge pull request #3747 from MikeMcQuaid/no-tap-deprecated
tap: don’t tap deprecated taps.
-rw-r--r--Library/Homebrew/tap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb
index ed93e1266..d128c68fb 100644
--- a/Library/Homebrew/tap.rb
+++ b/Library/Homebrew/tap.rb
@@ -211,7 +211,7 @@ class Tap
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?