aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2009-12-01 10:51:12 +0000
committerMax Howell2009-12-01 12:07:33 +0000
commit0e2c98640e8e9b87b597596ebd29a815b784da8b (patch)
tree408268e31c242c67204b763eda9e2e95407ecae1 /Library
parent180acec5ca899033dc989f2cf68507735582c904 (diff)
downloadhomebrew-0e2c98640e8e9b87b597596ebd29a815b784da8b.tar.bz2
Direct bug reports to the issues URL
Diffstat (limited to 'Library')
-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'