From 56784a4dfb5a09b6b7d3090a097fe504b24a7de0 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Sun, 27 May 2012 14:19:36 -0700 Subject: [PATCH] point users at ISSUES.md instead of a new ticket --- bin/bundle | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/bin/bundle b/bin/bundle index 2c92e2b7d44..1957812ab0b 100755 --- a/bin/bundle +++ b/bin/bundle @@ -22,10 +22,8 @@ rescue Interrupt => e rescue SystemExit => e exit e.status rescue Exception => e - Bundler.ui.error "Unfortunately, a fatal error has occurred. " + - "Please report this error to the Bundler issue tracker at " + - "https://github.com/carlhuda/bundler/issues so that we can fix it. " + - "Please include the full output of the command, your Gemfile and Gemfile.lock. " + - "Thanks!" + Bundler.ui.error( + "Unfortunately, a fatal error has occurred. Please see the Bundler \n" \ + "troubleshooting documentation at http://bit.ly/bundler-issues. Thanks! \n") raise e end