aboutsummaryrefslogtreecommitdiffstats
path: root/Library/brew.rb
diff options
context:
space:
mode:
authorJack Nagel2014-07-13 21:24:07 -0500
committerJack Nagel2014-07-13 21:24:07 -0500
commit1e184138489707dcbaef73dd23a600d63ab661cf (patch)
tree835758c3f8c34c6b2d46eeaee6d750b92d537c9a /Library/brew.rb
parent08891e77b649c6a6c50a126a70631a77b99bcc05 (diff)
downloadbrew-1e184138489707dcbaef73dd23a600d63ab661cf.tar.bz2
Fix reference to ISSUES_URL
Fixes Homebrew/homebrew#30848.
Diffstat (limited to 'Library/brew.rb')
-rwxr-xr-xLibrary/brew.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/brew.rb b/Library/brew.rb
index ca442fba2..1237e54b6 100755
--- a/Library/brew.rb
+++ b/Library/brew.rb
@@ -165,7 +165,7 @@ rescue RuntimeError, SystemCallError => e
rescue Exception => e
onoe e
puts "#{Tty.white}Please report this bug:"
- puts " #{Tty.em}#{ISSUES_URL}#{Tty.reset}"
+ puts " #{Tty.em}#{OS::ISSUES_URL}#{Tty.reset}"
puts e.backtrace
exit 1
else