summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2012-03-11 18:22:07 -0700
committerRyan Bigg <radarlistener@gmail.com>2012-03-11 18:22:07 -0700
commitd3a0ace0fd3d840a72de976ae7646d98b962f373 (patch)
treec62efcd7cee93df9cb3cfe70bfc58eea0f2618dd /bin
parent9a0290834ce6da92c1e51a33dd7743cfa7078728 (diff)
downloadbundler-d3a0ace0fd3d840a72de976ae7646d98b962f373.tar.gz
Make fatal error message spacing consistent
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bundle6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/bundle b/bin/bundle
index 50764bfa42..e1ece78462 100755
--- a/bin/bundle
+++ b/bin/bundle
@@ -24,8 +24,8 @@ rescue SystemExit => e
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." +
- " Thanks!"
+ "https://github.com/carlhuda/bundler/issues so that we can fix it. " +
+ "Please include the full output of the command. " +
+ "Thanks!"
raise e
end