diff options
author | Andre Arko <andre@arko.net> | 2015-06-23 21:50:05 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2015-06-23 21:50:07 -0700 |
commit | f11efb087d648faa92eb79ccb07a592f13c028f0 (patch) | |
tree | 48fec6833196fc679ef14cc0eadb4cd73ba5c2fb /man | |
parent | e3b76d12fea1b7645ca5f65ee3b60da4317a6664 (diff) | |
download | bundler-f11efb087d648faa92eb79ccb07a592f13c028f0.tar.gz |
code style for the command
[ci skip]
Diffstat (limited to 'man')
-rw-r--r-- | man/bundle-config.ronn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn index 21e319fefc..5e1691b456 100644 --- a/man/bundle-config.ronn +++ b/man/bundle-config.ronn @@ -86,7 +86,7 @@ learn more about their operation in [bundle install(1)][bundle-install]. * `path` (`BUNDLE_PATH`): The location on disk where all gems in your bundle will be located regardless of `$GEM_HOME` or `$GEM_PATH` values. Bundle gems not found in this location - will be installed by bundle install. Defaults to `Gem.dir`. When --deployment is + will be installed by `bundle install`. Defaults to `Gem.dir`. When --deployment is used, defaults to vendor/bundle. * `frozen` (`BUNDLE_FROZEN`): Disallow changes to the `Gemfile`. Defaults to `true` when `--deployment` |