Skip to content

Commit 5bdf29f

Browse files
toyEdouard-chin
authored andcommitted
fix formatting for BUNDLE_PREFER_PATCH variable in man page
1 parent 4758fb5 commit 5bdf29f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bundler/lib/bundler/man/bundle-config.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Whether Bundler will install gems into the default system path (\fBGem\.dir\fR)\
172172
\fBplugins\fR (\fBBUNDLE_PLUGINS\fR)
173173
Enable Bundler's experimental plugin system\.
174174
.TP
175-
\fBprefer_patch\fR (BUNDLE_PREFER_PATCH)
175+
\fBprefer_patch\fR (\fBBUNDLE_PREFER_PATCH\fR)
176176
Prefer updating only to next patch version during updates\. Makes \fBbundle update\fR calls equivalent to \fBbundler update \-\-patch\fR\.
177177
.TP
178178
\fBredirect\fR (\fBBUNDLE_REDIRECT\fR)

bundler/lib/bundler/man/bundle-config.1.ronn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ learn more about their operation in [bundle install(1)](bundle-install.1.html).
223223
Whether Bundler will install gems into the default system path (`Gem.dir`).
224224
* `plugins` (`BUNDLE_PLUGINS`):
225225
Enable Bundler's experimental plugin system.
226-
* `prefer_patch` (BUNDLE_PREFER_PATCH):
226+
* `prefer_patch` (`BUNDLE_PREFER_PATCH`):
227227
Prefer updating only to next patch version during updates. Makes `bundle update` calls equivalent to `bundler update --patch`.
228228
* `redirect` (`BUNDLE_REDIRECT`):
229229
The number of redirects allowed for network requests. Defaults to `5`.

0 commit comments

Comments
 (0)