summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-08-04 06:20:31 +0000
committerThe Bundler Bot <bot@bundler.io>2017-08-04 06:20:31 +0000
commit762e8342948147e95e18120a20e641d945e99664 (patch)
treec46a87ee2b49977ed159cec75c5b35903abf3aaa
parenta24d452b766c87bae0fb0f68ede5d03b8321972c (diff)
parent1313cb6c112b4d4b27d19c9a1a8a1f21984e489d (diff)
downloadbundler-762e8342948147e95e18120a20e641d945e99664.tar.gz
Auto merge of #5922 - bundler:colby/fix-new-init-env-var, r=indirect
fix documented init gems rb config env var ### What was the end-user problem that led to this PR? I documented the env var for the init new gem file feature flag incorrectly ### What was your diagnosis of the problem? › BUNDLE_NEW_GEMFILE_NAME=1 dbundler init Writing new Gemfile to /Users/c/Desktop/Projects/testapp/Gemfile does not generate the gems.rb as expected ### What is your fix for the problem, implemented in this PR? Use the correct env name to generate gems.rb
-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 d9c19120a3..8e13c7cf36 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -189,7 +189,7 @@ learn more about their operation in [bundle install(1)][bundle-install].
* `ignore_messages` (`BUNDLE_IGNORE_MESSAGES`): When set, no post install
messages will be printed. To silence a single gem, use dot notation like
`ignore_messages.httparty true`.
-* `init_gems_rb` (`BUNDLE_NEW_GEMFILE_NAME`)
+* `init_gems_rb` (`BUNDLE_INIT_GEMS_RB`)
Generate a `gems.rb` instead of a `Gemfile` when running `bundle init`.
* `jobs` (`BUNDLE_JOBS`):
The number of gems Bundler can install in parallel. Defaults to 1.