aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorIvo Wever <ivo.wever@gmail.com>2019-07-03 11:33:42 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-03 09:29:56 +0900
commita375a4518f95dbd8f6c32840041d2847c79c3e98 (patch)
tree1d5dd5961fdc7c7e2c2c4d33f02154972d1ae571 /man
parente6dc7b5b5b8e73f01b24d86a9c7b6026ae012b76 (diff)
downloadruby-a375a4518f95dbd8f6c32840041d2847c79c3e98.tar.gz
[bundler/bundler] Correct default cache path
The default cache path is `vendor/cache`, not `vendor/bundle`. https://github.com/bundler/bundler/commit/49256bb3d2
Diffstat (limited to 'man')
-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 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
<code>bundle package</code>, 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`.