diff options
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 69bf94e2e..febff797a 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -211,7 +211,7 @@ class BuildError < Homebrew::InstallationError      puts      unless RUBY_VERSION < "1.8.6" || issues.empty?        puts "These open issues may also help:" -      puts issues.map{ |s| "    #{s}" }.join("\n") +      puts issues.map{ |i| "#{i['title']} (#{i['html_url']})" }.join("\n")      end    end  end | 
