Add newline to new issue reporting instructions.

This commit is contained in:
Mike McQuaid 2011-01-08 20:21:30 +00:00
parent 4ac006fc58
commit 8934fdbe82

View File

@ -1,5 +1,5 @@
FORMULA_META_FILES = %w[README README.md ChangeLog COPYING LICENSE LICENCE COPYRIGHT AUTHORS]
PLEASE_REPORT_BUG = "#{Tty.white}Please follow the instructions to report this bug at #{Tty.em}https://github.com/mxcl/homebrew/wiki/new-issue#{Tty.reset}"
PLEASE_REPORT_BUG = "#{Tty.white}Please follow the instructions to report this bug at: #{Tty.em}\nhttps://github.com/mxcl/homebrew/wiki/new-issue#{Tty.reset}"
def check_for_blacklisted_formula names
return if ARGV.force?