diff options
| author | Xu Cheng | 2015-12-06 22:28:32 +0800 | 
|---|---|---|
| committer | Xu Cheng | 2015-12-09 16:56:59 +0800 | 
| commit | 9a384f5134f19663f90ccf5737635051e11ebb90 (patch) | |
| tree | 4440654f2ab5ba460865a912bd48107b1ef865d2 /Library/Homebrew/exceptions.rb | |
| parent | 62a623f0c3180d9b6334d31bfca73d3f0336bafb (diff) | |
| download | brew-9a384f5134f19663f90ccf5737635051e11ebb90.tar.bz2 | |
exceptions: tap is a Tap object now
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
| -rw-r--r-- | Library/Homebrew/exceptions.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 2199d27d3..849272610 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -230,8 +230,8 @@ class BuildError < RuntimeError        puts        puts "#{Tty.red}READ THIS#{Tty.reset}: #{Tty.em}#{OS::ISSUES_URL}#{Tty.reset}"        if formula.tap? -        case formula.tap -        when "homebrew/homebrew-boneyard" +        case formula.tap.name +        when "homebrew/boneyard"            puts "#{formula} was moved to homebrew-boneyard because it has unfixable issues."            puts "Please do not file any issues about this. Sorry!"          else | 
