diff options
author | Felix C. Stegerman <flx@obfusk.net> | 2014-11-26 03:06:08 +0100 |
---|---|---|
committer | Felix C. Stegerman <flx@obfusk.net> | 2014-11-26 03:09:24 +0100 |
commit | e7f28555eea50dc745fdfc3552b350f1a1a48e93 (patch) | |
tree | a117dddc44ba805df64bca38c9fd932c53328b53 /lib/bundler/cli.rb | |
parent | 40122bca553aa03c7718977e9a2460edc96e5b20 (diff) | |
download | bundler-e7f28555eea50dc745fdfc3552b350f1a1a48e93.tar.gz |
cleanup tempdir
Diffstat (limited to 'lib/bundler/cli.rb')
-rw-r--r-- | lib/bundler/cli.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb index c41943ea40..3f1c73260e 100644 --- a/lib/bundler/cli.rb +++ b/lib/bundler/cli.rb @@ -11,6 +11,8 @@ module Bundler rescue Exception => e Bundler.ui = UI::Shell.new raise e + ensure + Bundler.cleanup end def initialize(*args) |