diff options
| author | Jack Nagel | 2014-07-13 21:24:07 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-07-13 21:24:07 -0500 | 
| commit | ff3f1b8252ac2fe61ea3ba23dabe378f33bf16df (patch) | |
| tree | 32b44736d6c360117f2585543ad8ad9d626cf136 /Library | |
| parent | 569d7125b02321b158938f42f567344df442ef8e (diff) | |
| download | homebrew-ff3f1b8252ac2fe61ea3ba23dabe378f33bf16df.tar.bz2 | |
Fix reference to ISSUES_URL
Fixes #30848.
Diffstat (limited to 'Library')
| -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 | 
