diff options
| author | Mike McQuaid | 2018-01-28 19:07:01 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2018-01-28 19:07:01 +0000 | 
| commit | c9f02aa3f7672fe87e29e08f908dd2a14249653e (patch) | |
| tree | fc687fcb386485e8238392798ba05fcbdfa694a1 | |
| parent | d558ec09332c74927dfb9182b19e11c5a73d8b52 (diff) | |
| download | brew-c9f02aa3f7672fe87e29e08f908dd2a14249653e.tar.bz2 | |
tap: don’t tap deprecated taps.
These no longer have any files in them.
| -rw-r--r-- | Library/Homebrew/tap.rb | 2 | 
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? | 
