From 1e71489d5176ffe40dfb10c002438f962c7464f3 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 11 Dec 2010 21:12:11 +0000 Subject: [PATCH] Send people to new issue wiki page. Signed-off-by: Mike McQuaid --- 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 6f3ed8dedf..a45a68c431 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 report this bug at #{Tty.em}http://github.com/mxcl/homebrew/issues#{Tty.reset}" +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}" def check_for_blacklisted_formula names return if ARGV.force?