summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2018-10-23 20:54:54 +0000
committerBundlerbot <bot@bundler.io>2018-10-23 20:54:54 +0000
commitc24e8f5d341842b1124a94edefc7c339bf45c56f (patch)
tree152f66a327ad9b07e42248dba9c25a6efc8461f3 /man
parent97a0430885b370f9a5e1b647a0679be51dc3e20d (diff)
parentd884ec89d5de71f6fbb780fa165a3be9d45613fa (diff)
downloadbundler-c24e8f5d341842b1124a94edefc7c339bf45c56f.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>
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 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.