aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2012-05-27 14:19:36 -0700
committerAndre Arko <andre@arko.net>2012-05-27 14:19:36 -0700
commit56784a4dfb5a09b6b7d3090a097fe504b24a7de0 (patch)
tree51dd36bdbe68cf49dd1ef4f5808303c58db857f9 /bin
parent11851a57d3b76faa96bb79168de8295d03e52994 (diff)
downloadbundler-56784a4dfb5a09b6b7d3090a097fe504b24a7de0.tar.gz
point users at ISSUES.md instead of a new ticket
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bundle8
1 files changed, 3 insertions, 5 deletions
diff --git a/bin/bundle b/bin/bundle
index 2c92e2b7..1957812a 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