diff options
| author | Jack Nagel | 2014-08-25 20:43:11 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-08-25 20:43:11 -0500 |
| commit | 28c5e61975dd4bfe74f1451799785ac062606bd2 (patch) | |
| tree | e5c04cf436da30685b8124709ccd12e264ea2e24 /Library | |
| parent | b3307e46583b2cb41e95b08428e4edfd9dccb14a (diff) | |
| download | homebrew-28c5e61975dd4bfe74f1451799785ac062606bd2.tar.bz2 | |
Inline variable
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/exceptions.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 743f63b0f..b9696f623 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -170,9 +170,8 @@ class BuildError < Homebrew::InstallationError puts puts "#{Tty.red}READ THIS#{Tty.reset}: #{Tty.em}#{OS::ISSUES_URL}#{Tty.reset}" if formula.tap? - tap_issues_url = "https://github.com/#{formula.tap}/issues" puts "If reporting this issue please do so at (not Homebrew/homebrew):" - puts " #{tap_issues_url}" + puts " https://github.com/#{formula.tap}/issues" end else require 'cmd/config' |
