summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2018-10-20 15:06:35 -0300
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2018-10-20 15:06:35 -0300
commitd884ec89d5de71f6fbb780fa165a3be9d45613fa (patch)
treef672d1d6d381709c9f5b5b9e6c2f5cc87fd1386f
parent74f142be8c322e035ae52894d4ea4166ffb93fbf (diff)
downloadbundler-fix_env_variable_name.tar.gz
Fix BUNDLE_PATH_RELATIVE_TO_CWD env variable namefix_env_variable_name
-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 4d8bda61f7..c56f1b38a5 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.