diff options
| author | Mike McQuaid | 2012-09-28 19:20:34 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2012-10-03 00:04:24 +0100 |
| commit | 6141d49ace9e6267f2969eb68bf2579389ca8c0b (patch) | |
| tree | 1e5498d46ffbc410bf35282553e1857fa2be3820 /Library/Homebrew/exceptions.rb | |
| parent | 47cfcad4d14e91a807417741b7904373bbe22e08 (diff) | |
| download | homebrew-6141d49ace9e6267f2969eb68bf2579389ca8c0b.tar.bz2 | |
Fix use of ISSUES_URL.
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
| -rw-r--r-- | Library/Homebrew/exceptions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 34dabee66..7c13522d2 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -107,7 +107,7 @@ class BuildError < Homebrew::InstallationError puts onoe "#{formula.name} did not build" puts "Logs: #{logs}" unless Dir["#{logs}/*"].empty? - puts "Help: #{Tty.em}https://github.com/mxcl/homebrew/wiki/troubleshooting#{Tty.reset}" + puts "Help: #{Tty.em}#{ISSUES_URL}#{Tty.reset}" issues = GitHub.issues_for_formula(formula.name) puts *issues.map{ |s| " #{Tty.em}#{s}#{Tty.reset}" } unless issues.empty? end |
