Update build failure message.

Have been seeing reports with only the config.log, so change this message.
This commit is contained in:
Adam Vandenberg 2012-09-01 09:29:45 -07:00
parent fd0a5419a9
commit e0cff10be5

View File

@ -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