diff options
| author | Xu Cheng | 2016-04-03 21:46:20 +0800 |
|---|---|---|
| committer | Xu Cheng | 2016-04-03 21:46:20 +0800 |
| commit | 00ae49f4ac989f48e0a4beba16a2b8bc56b61277 (patch) | |
| tree | 6ae5b388b3ac130e2e787347c7d9ff6dffcb7d8f /Library | |
| parent | 46c25d983359fedef509d18468d684abe46cff5b (diff) | |
| download | brew-00ae49f4ac989f48e0a4beba16a2b8bc56b61277.tar.bz2 | |
BuildError: update for core/formula separation
Diffstat (limited to 'Library')
| -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 36fd927db..d2af84fcc 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -229,14 +229,14 @@ class BuildError < RuntimeError if !ARGV.verbose? puts puts "#{Tty.red}READ THIS#{Tty.reset}: #{Tty.em}#{OS::ISSUES_URL}#{Tty.reset}" - if formula.tap? + if formula.tap 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 if issues_url = formula.tap.issues_url - puts "If reporting this issue please do so at (not Homebrew/homebrew):" + puts "If reporting this issue please do so at (not Homebrew/brew):" puts " #{issues_url}" end end |
