aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-07-13 21:24:07 -0500
committerJack Nagel2014-07-13 21:24:07 -0500
commitff3f1b8252ac2fe61ea3ba23dabe378f33bf16df (patch)
tree32b44736d6c360117f2585543ad8ad9d626cf136 /Library
parent569d7125b02321b158938f42f567344df442ef8e (diff)
downloadhomebrew-ff3f1b8252ac2fe61ea3ba23dabe378f33bf16df.tar.bz2
Fix reference to ISSUES_URL
Fixes #30848.
Diffstat (limited to 'Library')
-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