mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Correct a missing parameter in "Outbound Mail" documentation
Summary: See <https://discourse.phabricator-community.org/t/documentation-error/2079>. This command is missing the configuration key. Test Plan: Ran `bin/config set --stdin` with no other arguments, got an error about missing key. Ran with `... cluster.mailers`, got read from stdin. Reviewers: amckinley Reviewed By: amckinley Differential Revision: https://secure.phabricator.com/D19791
This commit is contained in:
parent
8a4bf38655
commit
b645af981b
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ tricky because of shell escaping. The easiest way to do it is to use the
|
|||
Then set the value like this:
|
||||
|
||||
```
|
||||
phabricator/ $ ./bin/config set --stdin < mailers.json
|
||||
phabricator/ $ ./bin/config set --stdin cluster.mailers < mailers.json
|
||||
```
|
||||
|
||||
For alternatives and more information on configuration, see
|
||||
|
|
Loading…
Reference in a new issue