summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/cache.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/cli/cache.rb')
-rw-r--r--lib/bundler/cli/cache.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli/cache.rb b/lib/bundler/cli/cache.rb
index 9cd6133879..c8698ed7e3 100644
--- a/lib/bundler/cli/cache.rb
+++ b/lib/bundler/cli/cache.rb
@@ -9,7 +9,7 @@ module Bundler
end
def run
- Bundler.ui.level = "error" if options[:quiet]
+ Bundler.ui.level = "warn" if options[:quiet]
Bundler.settings.set_command_option_if_given :path, options[:path]
Bundler.settings.set_command_option_if_given :cache_path, options["cache-path"]