summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-06-23 21:50:05 -0700
committerAndre Arko <andre@arko.net>2015-06-23 21:50:07 -0700
commitf11efb087d648faa92eb79ccb07a592f13c028f0 (patch)
tree48fec6833196fc679ef14cc0eadb4cd73ba5c2fb
parente3b76d12fea1b7645ca5f65ee3b60da4317a6664 (diff)
downloadbundler-f11efb087d648faa92eb79ccb07a592f13c028f0.tar.gz
code style for the command
[ci skip]
-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 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`