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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user