From 8934fdbe82a34daa656ba185f197ea439a9b0797 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 8 Jan 2011 20:21:30 +0000 Subject: [PATCH] Add newline to new issue reporting instructions. --- Library/Homebrew/brew.h.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb index a45a68c431..f06f0f2520 100644 --- a/Library/Homebrew/brew.h.rb +++ b/Library/Homebrew/brew.h.rb @@ -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?