aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-05-08 17:02:02 +0100
committerMike McQuaid2016-05-08 17:02:02 +0100
commit549c86dfe2a030705836a09ef212cc8ef74f7f49 (patch)
tree6ce74304650114579efd2b7fecedbc90b07fd494 /Library
parent9e7b8c61a99c4d4c69da36f95759e375b7a4e116 (diff)
downloadbrew-549c86dfe2a030705836a09ef212cc8ef74f7f49.tar.bz2
brew.rb: check issues url properly.
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