diff --git a/Library/brew.rb b/Library/brew.rb index ca442fba2d..1237e54b6b 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