aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2012-03-13 07:56:14 -0700
committerRyan Bigg <radarlistener@gmail.com>2012-03-13 07:58:16 -0700
commitdfe6dcaf45812aaf00dba36fe80ec289a33f8928 (patch)
treeac79f0eb11a5dd8b0cd73f65fc2c03ede9ce544b /bin
parentde71c7452f4928564b6ad326b06afa0376d4577e (diff)
downloadbundler-dfe6dcaf45812aaf00dba36fe80ec289a33f8928.tar.gz
Include 'your Gemfile and Gemfile.lock' in fatal exception error
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bundle2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bundle b/bin/bundle
index e1ece784..2c92e2b7 100755
--- a/bin/bundle
+++ b/bin/bundle
@@ -25,7 +25,7 @@ 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. " +
+ "Please include the full output of the command, your Gemfile and Gemfile.lock. " +
"Thanks!"
raise e
end