summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2018-10-23 20:54:54 +0000
committerColby Swandale <me@colby.fyi>2019-03-24 02:01:26 +1100
commit6d1555023e1dd5afa18e55c5c0efef1662717e36 (patch)
treeecb88edf0bc767ccd6a60540d04126a207962d18
parent560e922d2221136a933f318d543489ec54d8e550 (diff)
downloadbundler-6d1555023e1dd5afa18e55c5c0efef1662717e36.tar.gz
Merge #6751
6751: Fix BUNDLE_PATH_RELATIVE_TO_CWD env variable name r=greysteil a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem was that an environment variable in the docs does not work. ### What was your diagnosis of the problem? My diagnosis was that its name is incorrect. ### What is your fix for the problem, implemented in this PR? My fix is to fix the typo. ### Why did you choose this fix out of the possible options? I chose this fix because it's the only non absurd fix. Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net> (cherry picked from commit c24e8f5d341842b1124a94edefc7c339bf45c56f)
-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 b5c97ae82d..379b778348 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -227,7 +227,7 @@ learn more about their operation in [bundle install(1)](bundle-install.1.html).
is used, defaults to vendor/bundle.
* `path.system` (`BUNDLE_PATH__SYSTEM`):
Whether Bundler will install gems into the default system path (`Gem.dir`).
-* `path_relative_to_cwd` (`PATH_RELATIVE_TO_CWD`)
+* `path_relative_to_cwd` (`BUNDLE_PATH_RELATIVE_TO_CWD`)
Makes `--path` relative to the CWD instead of the `Gemfile`.
* `plugins` (`BUNDLE_PLUGINS`):
Enable Bundler's experimental plugin system.