From 549c86dfe2a030705836a09ef212cc8ef74f7f49 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 8 May 2016 17:02:02 +0100 Subject: brew.rb: check issues url properly. --- Library/brew.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/brew.rb b/Library/brew.rb index ba5857a76..0a1df9f9b 100644 --- a/Library/brew.rb +++ b/Library/brew.rb @@ -141,7 +141,7 @@ rescue RuntimeError, SystemCallError => e rescue Exception => e Utils::Analytics.report_exception(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.em}#{OS::ISSUES_URL}#{Tty.reset}" end -- cgit v1.2.3