diff options
| author | Max Howell | 2011-02-13 10:10:57 +0000 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-03-12 11:55:06 -0800 | 
| commit | b46b2192acdd78c0d2d162991e124fb9b67bc053 (patch) | |
| tree | 460aeb465ad5d1ba132b6e528aa1640d55e003ea /Library/Homebrew/global.rb | |
| parent | 957528baf13b3d9e6cdef7f2430889fdedd883d2 (diff) | |
| download | homebrew-b46b2192acdd78c0d2d162991e124fb9b67bc053.tar.bz2 | |
Revised bug report text
Diffstat (limited to 'Library/Homebrew/global.rb')
| -rw-r--r-- | Library/Homebrew/global.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb index 56e4ad4ea..0ab17cc2a 100644 --- a/Library/Homebrew/global.rb +++ b/Library/Homebrew/global.rb @@ -49,4 +49,4 @@ module Homebrew extend self  end  FORMULA_META_FILES = %w[README README.md ChangeLog COPYING LICENSE LICENCE COPYRIGHT AUTHORS] -PLEASE_REPORT_BUG = "#{Tty.white}Please report this bug at #{Tty.em}\nhttps://github.com/mxcl/homebrew/wiki/new-issue#{Tty.reset}" +PLEASE_REPORT_BUG = "#{Tty.white}Please report this bug: #{Tty.em}https://github.com/mxcl/homebrew/wiki/new-issue#{Tty.reset}"  | 
