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 c8698ed7e3..2e63a16ec3 100644
--- a/lib/bundler/cli/cache.rb
+++ b/lib/bundler/cli/cache.rb
@@ -19,7 +19,7 @@ module Bundler
# TODO: move cache contents here now that all bundles are locked
custom_path = Bundler.settings[:path] if options[:path]
- Bundler.settings.temporary(:cache_all_platforms => options["all-platforms"]) do
+ Bundler.settings.temporary(cache_all_platforms: options["all-platforms"]) do
Bundler.load.cache(custom_path)
end
end