diff options
| author | Mike McQuaid | 2014-05-08 11:43:11 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-05-08 11:43:11 +0100 |
| commit | 54fc1946f96cf9f4391e33f9c692b5aba317ebac (patch) | |
| tree | 265730fcd3c2926ea646d0e07f6aab65dfd793ec /Library/Homebrew/exceptions.rb | |
| parent | 21c2bf40f7b2893b7ed024237adb2b84124e8ab9 (diff) | |
| download | brew-54fc1946f96cf9f4391e33f9c692b5aba317ebac.tar.bz2 | |
exceptions: fix tap issue URL.
Closes Homebrew/homebrew#29043.
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 7cdd24cb1..7b6268f8c 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -185,7 +185,7 @@ class BuildError < Homebrew::InstallationError puts "#{Tty.red}READ THIS#{Tty.reset}: #{Tty.em}#{ISSUES_URL}#{Tty.reset}" if formula.tap? user, repo = formula.tap.split '/' - tap_issues_url = "https://github.com/#{user}/homebrew-#{repo}/issues" + tap_issues_url = "https://github.com/#{user}/#{repo}/issues" puts "If reporting this issue please do so at (not Homebrew/homebrew):" puts " #{tap_issues_url}" end |
