aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-09-01 09:29:45 -0700
committerAdam Vandenberg2012-09-01 09:29:45 -0700
commit72cdfe35516ac71862acc512f94673fa9db1c517 (patch)
tree3b46013e59f121c029368c80466505f2630d2b46 /Library
parentf443975599b46b007cd526dc455ad8ac7557efa8 (diff)
downloadhomebrew-72cdfe35516ac71862acc512f94673fa9db1c517.tar.bz2
Update build failure message.
Have been seeing reports with only the config.log, so change this message.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/exceptions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb
index b833d8611..e955a99ba 100644
--- a/Library/Homebrew/exceptions.rb
+++ b/Library/Homebrew/exceptions.rb
@@ -140,7 +140,7 @@ class BuildError < Homebrew::InstallationError
if e.was_running_configure?
puts "We saved the configure log:"
puts " ~/Library/Logs/Homebrew/config.log"
- puts "When you report the issue please paste the config.log here:"
+ puts "When you report the issue please paste the build output above and the config.log here:"
puts " #{Tty.em}http://gist.github.com/#{Tty.reset}"
end
end