File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Executing \fBbundle config unset <name>\fR will delete the configuration in both
5151Executing \fB bundle config unset \-\- global <name> \fR will delete the configuration only from the user configuration\.
5252.
5353.P
54- Executing \fB bundle config unset \-\- local <name> <value> \fR will delete the configuration only from the local application\.
54+ Executing \fB bundle config unset \-\- local <name> \fR will delete the configuration only from the local application\.
5555.
5656.P
5757Executing bundle with the \fB BUNDLE_IGNORE_CONFIG \fR environment variable set will cause it to ignore all configuration\.
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ local and global sources.
4343Executing ` bundle config unset --global <name> ` will delete the configuration
4444only from the user configuration.
4545
46- Executing ` bundle config unset --local <name> <value> ` will delete the
47- configuration only from the local application.
46+ Executing ` bundle config unset --local <name> ` will delete the configuration
47+ only from the local application.
4848
4949Executing bundle with the ` BUNDLE_IGNORE_CONFIG ` environment variable set will
5050cause it to ignore all configuration.
You can’t perform that action at this time.
0 commit comments