From a375a4518f95dbd8f6c32840041d2847c79c3e98 Mon Sep 17 00:00:00 2001 From: Ivo Wever Date: Wed, 3 Jul 2019 11:33:42 +0200 Subject: [bundler/bundler] Correct default cache path The default cache path is `vendor/cache`, not `vendor/bundle`. https://github.com/bundler/bundler/commit/49256bb3d2 --- man/bundle-config.ronn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn index 7d3b8dcc8d..d4c13647fd 100644 --- a/man/bundle-config.ronn +++ b/man/bundle-config.ronn @@ -151,7 +151,7 @@ learn more about their operation in [bundle install(1)](bundle-install.1.html). * `cache_path` (`BUNDLE_CACHE_PATH`): The directory that bundler will place cached gems in when running bundle package, and that bundler will look in when installing gems. - Defaults to `vendor/bundle`. + Defaults to `vendor/cache`. * `clean` (`BUNDLE_CLEAN`): Whether Bundler should run `bundle clean` automatically after `bundle install`. -- cgit v1.2.1