aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorCarlhuda <carlhuda@engineyard.com>2010-02-02 17:28:41 -0800
committerCarlhuda <carlhuda@engineyard.com>2010-02-02 17:28:41 -0800
commit2c972f2aec5599e7900ab1e93caadaf263a043fc (patch)
tree295cba448a5506318327dfbdd6ef42b11fda5e5f /bin
parentea0889597a461d3954baccd4aaf50c09ce397fc2 (diff)
downloadbundler-2c972f2aec5599e7900ab1e93caadaf263a043fc.tar.gz
Fixes a number of issues, including superfluous fetches when packed or locked
Diffstat (limited to 'bin')
-rw-r--r--bin/bundle2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bundle b/bin/bundle
index d11614be..ea455093 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