From 6141d49ace9e6267f2969eb68bf2579389ca8c0b Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 28 Sep 2012 19:20:34 +0100 Subject: Fix use of ISSUES_URL. --- Library/Homebrew/exceptions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/exceptions.rb') 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 -- cgit v1.2.3