diff options
| author | Jack Nagel | 2014-08-25 20:43:11 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-08-25 20:43:11 -0500 |
| commit | 31dc3d1f429b1309af7d673beb56ed89ab6f176b (patch) | |
| tree | bd1b41b3c8c900e839b580708bbe2019b88fbd2e /Library | |
| parent | 4db0aa19c1f5f8259de2e1436c2a476f04c2cb1e (diff) | |
| download | brew-31dc3d1f429b1309af7d673beb56ed89ab6f176b.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' |
