diff options
author | Carlhuda <carlhuda@engineyard.com> | 2010-02-02 17:28:41 -0800 |
---|---|---|
committer | Carlhuda <carlhuda@engineyard.com> | 2010-02-02 17:28:41 -0800 |
commit | 2c972f2aec5599e7900ab1e93caadaf263a043fc (patch) | |
tree | 295cba448a5506318327dfbdd6ef42b11fda5e5f /bin | |
parent | ea0889597a461d3954baccd4aaf50c09ce397fc2 (diff) | |
download | bundler-2c972f2aec5599e7900ab1e93caadaf263a043fc.tar.gz |
Fixes a number of issues, including superfluous fetches when packed or locked
Diffstat (limited to 'bin')
-rw-r--r-- | bin/bundle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bundle b/bin/bundle index d11614be86..ea45509380 100644 --- a/bin/bundle +++ b/bin/bundle @@ -3,6 +3,6 @@ require 'bundler/cli' begin Bundler::CLI.start rescue Bundler::BundlerError => e - puts e.message + Bundler.ui.error e.message exit e.status_code end
\ No newline at end of file |