Skip to content
Snippets Groups Projects
Commit 549c86df authored by Mike McQuaid's avatar Mike McQuaid
Browse files

brew.rb: check issues url properly.

parent 9e7b8c61
No related branches found
No related tags found
No related merge requests found
...@@ -141,7 +141,7 @@ rescue RuntimeError, SystemCallError => e ...@@ -141,7 +141,7 @@ rescue RuntimeError, SystemCallError => e
rescue Exception => e rescue Exception => e
Utils::Analytics.report_exception(e) Utils::Analytics.report_exception(e)
onoe e onoe e
if internal_cmd && defined?(ISSUES_URL) if internal_cmd && defined?(OS::ISSUES_URL)
$stderr.puts "#{Tty.white}Please report this bug:" $stderr.puts "#{Tty.white}Please report this bug:"
$stderr.puts " #{Tty.em}#{OS::ISSUES_URL}#{Tty.reset}" $stderr.puts " #{Tty.em}#{OS::ISSUES_URL}#{Tty.reset}"
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment