aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
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