summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2012-12-10 22:35:51 -0800
committerAndre Arko <andre@arko.net>2012-12-10 22:35:51 -0800
commit27d08ca13793f656a3b8c55dfa794dfa7f0c83f1 (patch)
tree454bebd5ddb71e3a73d5580ac113524ddfb7f089
parent54046a00a84bacc96b913c456d2cef131d03a6aa (diff)
downloadbundler-27d08ca13793f656a3b8c55dfa794dfa7f0c83f1.tar.gz
what the crap? where did 128 come from.
-rw-r--r--lib/bundler/cli.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb
index 13dcd6c802..ad018b6d96 100644
--- a/lib/bundler/cli.rb
+++ b/lib/bundler/cli.rb
@@ -409,7 +409,7 @@ module Bundler
rescue GemNotFound => e
Bundler.ui.error(e.message)
Bundler.ui.warn "Run `bundle install` to install missing gems."
- exit 128
+ exit 1
end
desc "package", "Locks and then caches all of the gems into vendor/cache"