diff options
| author | Max Howell | 2009-12-01 10:51:12 +0000 |
|---|---|---|
| committer | Max Howell | 2009-12-01 12:07:33 +0000 |
| commit | a011dd67622473db8d5c41c056f0508c2465542a (patch) | |
| tree | 2f05cc159b4e6a2e1e5f4e4191234dd75980bcaa /Library | |
| parent | 224beabdd5b1b5c38b04476a62123428ba1d75e1 (diff) | |
| download | brew-a011dd67622473db8d5c41c056f0508c2465542a.tar.bz2 | |
Direct bug reports to the issues URL
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/brew.h.rb | 2 |
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' |
