From 96bdba7686ca39b41eebde7533148f92aee2260a Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Tue, 6 Sep 2016 12:17:02 -0400 Subject: [PATCH] Document the default value for the cache_path setting --- man/bundle-config.ronn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn index 3ea6d109732..dc701c584ff 100644 --- a/man/bundle-config.ronn +++ b/man/bundle-config.ronn @@ -142,7 +142,7 @@ learn more about their operation in [bundle install(1)][bundle-install]. and key in PEM format. * `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. + will look in when installing gems. Defaults to `vendor/bundle`. * `disable_multisource` (`BUNDLE_DISABLE_MULTISOURCE`): When set, Gemfiles containing multiple sources will produce errors instead of warnings. Use `bundle config --delete disable_multisource` to unset.