diff options
| -rw-r--r-- | lib/bundler.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb index 51ea3beeb0..26e946e059 100644 --- a/lib/bundler.rb +++ b/lib/bundler.rb @@ -172,7 +172,7 @@ module Bundler self_manager.restart_with_locked_bundler_if_needed end - # Automatically install dependencies if settings[:auto_install] exists. + # Automatically install dependencies if <tt>settings[:auto_install]</tt> exists. # This is set through config cmd `bundle config set --global auto_install 1`. # # Note that this method `nil`s out the global Definition object, so it |
