Update build failure message.
Have been seeing reports with only the config.log, so change this message.
This commit is contained in:
parent
fd0a5419a9
commit
e0cff10be5
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user