summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <colby@taplaboratories.com>2017-08-04 14:15:08 +1000
committerColby Swandale <colby@taplaboratories.com>2017-08-04 14:15:08 +1000
commit1313cb6c112b4d4b27d19c9a1a8a1f21984e489d (patch)
tree8ce8e92f49ee97d74ca4a215a2fd81be546d737a
parentdedaedcf727af38e78c51b95624d8dea3515529b (diff)
downloadbundler-colby/fix-new-init-env-var.tar.gz
fix documented init gems rb config env varcolby/fix-new-init-env-var
-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 dd315b9955..fac1ef6a63 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.