From 1313cb6c112b4d4b27d19c9a1a8a1f21984e489d Mon Sep 17 00:00:00 2001 From: Colby Swandale Date: Fri, 4 Aug 2017 14:15:08 +1000 Subject: fix documented init gems rb config env var --- man/bundle-config.ronn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1