aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/brew.h.rb
diff options
context:
space:
mode:
authorMax Howell2009-11-12 01:33:14 +0000
committerMax Howell2009-11-12 01:37:02 +0000
commit00e227ac46ff9ff0f329e771e2f0de2932cfa6bc (patch)
treea50bc58227e23cd8cf8b3c57cb02312b7f2a69b4 /Library/Homebrew/brew.h.rb
parent6488212a54f099175b6f7e408e71524522005d9c (diff)
downloadbrew-00e227ac46ff9ff0f329e771e2f0de2932cfa6bc.tar.bz2
More tweaking of main exception handler output
Diffstat (limited to 'Library/Homebrew/brew.h.rb')
-rw-r--r--Library/Homebrew/brew.h.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb
index 8b73ccbcc..d8ab4305e 100644
--- a/Library/Homebrew/brew.h.rb
+++ b/Library/Homebrew/brew.h.rb
@@ -22,6 +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}"
def __make url, name
require 'formula'