From c9f02aa3f7672fe87e29e08f908dd2a14249653e Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 28 Jan 2018 19:07:01 +0000 Subject: tap: don’t tap deprecated taps. These no longer have any files in them. --- Library/Homebrew/tap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? -- cgit v1.2.3