Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Merge #6751
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bundlerbot and deivid-rodriguez committed Oct 23, 2018
2 parents 97a0430 + d884ec8 commit c24e8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/bundle-config.ronn
Expand Up @@ -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.
Expand Down

0 comments on commit c24e8f5

Please sign in to comment.