summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-09-06 12:17:02 -0400
committerSamuel Giddins <segiddins@segiddins.me>2016-09-06 12:17:02 -0400
commit96bdba7686ca39b41eebde7533148f92aee2260a (patch)
treedcc713cca1d555cc76d4804b1b6f171994223694
parent1e37ee4d7197412c6267641ed70455d6950a9ce0 (diff)
downloadbundler-seg-doc-config-default-cache-path.tar.gz
Document the default value for the cache_path settingseg-doc-config-default-cache-path
-rw-r--r--man/bundle-config.ronn2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index 3ea6d10973..dc701c584f 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 <code>bundle package</code>, 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.