aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Howell2009-12-01 10:51:12 +0000
committerMax Howell2009-12-01 12:07:33 +0000
commita011dd67622473db8d5c41c056f0508c2465542a (patch)
tree2f05cc159b4e6a2e1e5f4e4191234dd75980bcaa
parent224beabdd5b1b5c38b04476a62123428ba1d75e1 (diff)
downloadbrew-a011dd67622473db8d5c41c056f0508c2465542a.tar.bz2
Direct bug reports to the issues URL
-rw-r--r--Library/Homebrew/brew.h.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb
index b0b795999..97d8db29f 100644
--- a/Library/Homebrew/brew.h.rb
+++ b/Library/Homebrew/brew.h.rb
@@ -22,7 +22,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
FORMULA_META_FILES = %w[README ChangeLog COPYING LICENSE COPYRIGHT AUTHORS]
-PLEASE_REPORT_BUG = "#{Tty.white}Please report this bug to #{Tty.em}#{HOMEBREW_WWW}#{Tty.reset}"
+PLEASE_REPORT_BUG = "#{Tty.white}Please report this bug at #{Tty.em}http://github.com/mxcl/homebrew/issues#{Tty.reset}"
def __make url, name
require 'formula'