diff options
| author | Mike McQuaid | 2012-07-26 07:53:27 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2012-07-26 07:53:27 +0100 |
| commit | e3d609903576d1902240532b27b8e136d93af42b (patch) | |
| tree | dd6e4eb2aea3626010425308d3d139cf82bb2f3e /Library | |
| parent | 92393f1526b443e86b78629fae795eb4d8e3a6a5 (diff) | |
| download | homebrew-e3d609903576d1902240532b27b8e136d93af42b.tar.bz2 | |
Further improve brew doctor issue wiki text.
Following feedback from @mxcl on bcda0d.
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 83035aaff..6ebc40e1c 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -125,7 +125,7 @@ class BuildError < Homebrew::InstallationError onoe "#{e.to_s.strip} (#{formula_name}.rb:#{error_line})" issues = GitHub.issues_for_formula formula_name if issues.empty? - puts "If `brew doctor` does not, this may help you fix or report the issue:" + puts "This may help you fix or report the issue if `brew doctor` does not:" puts " #{Tty.em}#{issues_url}#{Tty.reset}" else puts "These existing issues may help you:", *issues.map{ |s| " #{Tty.em}#{s}#{Tty.reset}" } @@ -135,7 +135,7 @@ class BuildError < Homebrew::InstallationError if e.was_running_configure? puts "We saved the configure log:" puts " ~/Library/Logs/Homebrew/config.log" - puts "If you report the issue please paste the config.log here:" + puts "When you report the issue please paste the config.log here:" puts " #{Tty.em}http://gist.github.com/#{Tty.reset}" end end |
