diff options
Diffstat (limited to 'Library/brew.rb')
| -rwxr-xr-x | Library/brew.rb | 2 | 
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 | 
