summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2019-07-04 14:16:24 +0000
committerBundlerbot <bot@bundler.io>2019-07-04 14:16:24 +0000
commit566cce0629a0f1a4d147195a34d494306269e1cf (patch)
treed495d4b290d272be5f51734f7219dc64a458ba0e
parent391b11966efb140a9ba204ca4e05ec7694296ce0 (diff)
parent49256bb3d22a329fef76b53928b2f84b89bba150 (diff)
downloadbundler-566cce0629a0f1a4d147195a34d494306269e1cf.tar.gz
Merge #7229
7229: Correct default cache path r=deivid-rodriguez a=Confusion The default path where `bundle package` puts the gems is `vendor/cache`, not `vendor/bundle`. Co-authored-by: Ivo Wever <ivo.wever@gmail.com>
-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`.