aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.rb
diff options
context:
space:
mode:
authorShaun Jackman2014-07-12 09:00:40 -0400
committerJack Nagel2014-07-12 15:39:59 -0500
commit1fb16775328d6022643856de146d54d4654e880e (patch)
tree3ef471213c2d361be75bcdcce299ce51ac21c935 /Library/Homebrew/exceptions.rb
parent83a3b7d2a0d14df6872d18648bec4cf7302ba735 (diff)
downloadbrew-1fb16775328d6022643856de146d54d4654e880e.tar.bz2
Linuxbrew: Move ISSUES_URL to os from global
Closes Homebrew/linuxbrew#103 Closes Homebrew/homebrew#30830. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
-rw-r--r--Library/Homebrew/exceptions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb
index a3ef018bf..d0d83bc89 100644
--- a/Library/Homebrew/exceptions.rb
+++ b/Library/Homebrew/exceptions.rb
@@ -177,7 +177,7 @@ class BuildError < Homebrew::InstallationError
def dump
if not ARGV.verbose?
puts
- puts "#{Tty.red}READ THIS#{Tty.reset}: #{Tty.em}#{ISSUES_URL}#{Tty.reset}"
+ puts "#{Tty.red}READ THIS#{Tty.reset}: #{Tty.em}#{OS::ISSUES_URL}#{Tty.reset}"
if formula.tap?
tap_issues_url = "https://github.com/#{formula.tap}/issues"
puts "If reporting this issue please do so at (not Homebrew/homebrew):"