aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/brew.rb2
1 files changed, 1 insertions, 1 deletions
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