diff options
| author | Mike McQuaid | 2016-05-08 17:02:02 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-05-08 17:02:02 +0100 |
| commit | 549c86dfe2a030705836a09ef212cc8ef74f7f49 (patch) | |
| tree | 6ce74304650114579efd2b7fecedbc90b07fd494 /Library | |
| parent | 9e7b8c61a99c4d4c69da36f95759e375b7a4e116 (diff) | |
| download | brew-549c86dfe2a030705836a09ef212cc8ef74f7f49.tar.bz2 | |
brew.rb: check issues url properly.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/brew.rb | 2 |
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 |
