From c9f02aa3f7672fe87e29e08f908dd2a14249653e Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 28 Jan 2018 19:07:01 +0000 Subject: [PATCH] =?UTF-8?q?tap:=20don=E2=80=99t=20tap=20deprecated=20taps.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 ed93e12663..d128c68fbc 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?