exceptions: fix typo
Closes Homebrew/homebrew#30821. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
6cad17caef
commit
19847285f2
@ -179,7 +179,7 @@ class BuildError < Homebrew::InstallationError
|
|||||||
puts
|
puts
|
||||||
puts "#{Tty.red}READ THIS#{Tty.reset}: #{Tty.em}#{ISSUES_URL}#{Tty.reset}"
|
puts "#{Tty.red}READ THIS#{Tty.reset}: #{Tty.em}#{ISSUES_URL}#{Tty.reset}"
|
||||||
if formula.tap?
|
if formula.tap?
|
||||||
tap_issues_url = "https://github.com/#{f.tap}/issues"
|
tap_issues_url = "https://github.com/#{formula.tap}/issues"
|
||||||
puts "If reporting this issue please do so at (not Homebrew/homebrew):"
|
puts "If reporting this issue please do so at (not Homebrew/homebrew):"
|
||||||
puts " #{tap_issues_url}"
|
puts " #{tap_issues_url}"
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user