aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2018-01-28 19:07:01 +0000
committerMike McQuaid2018-01-28 19:07:01 +0000
commitc9f02aa3f7672fe87e29e08f908dd2a14249653e (patch)
treefc687fcb386485e8238392798ba05fcbdfa694a1
parentd558ec09332c74927dfb9182b19e11c5a73d8b52 (diff)
downloadbrew-c9f02aa3f7672fe87e29e08f908dd2a14249653e.tar.bz2
tap: don’t tap deprecated taps.
These no longer have any files in them.
-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?