aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.rb
diff options
context:
space:
mode:
authorMike McQuaid2013-10-29 15:46:29 -0400
committerMike McQuaid2013-10-30 11:20:20 -0700
commit55947f84a5cdd56645ce2c216756e48fd721e861 (patch)
tree110c58f6c6292f7b1d60c79357d7d1df36e52f84 /Library/Homebrew/exceptions.rb
parent4c0fd46329a3180d079f34377584ccd5568b99aa (diff)
downloadbrew-55947f84a5cdd56645ce2c216756e48fd721e861.tar.bz2
exceptions: direct to correct tap on failure.
Closes Homebrew/homebrew#23757.
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
-rw-r--r--Library/Homebrew/exceptions.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb
index 4204b8ebe..f57235cca 100644
--- a/Library/Homebrew/exceptions.rb
+++ b/Library/Homebrew/exceptions.rb
@@ -182,6 +182,9 @@ class BuildError < Homebrew::InstallationError
if not ARGV.verbose?
puts
puts "#{Tty.red}READ THIS#{Tty.reset}: #{Tty.em}#{ISSUES_URL}#{Tty.reset}"
+ if formula.tap?
+ puts "If reporting this please do so at the #{formula.tap} tap (not mxcl/homebrew)."
+ end
else
require 'cmd/--config'
require 'cmd/--env'