Merge pull request #9255 from hashicorp/d-missing-example-comma
Add missing comma in help-text example.
This commit is contained in:
commit
0e373f70c1
|
@ -28,7 +28,7 @@ Usage: nomad event <subcommand> [options] [args]
|
|||
$ cat sink.json
|
||||
{
|
||||
"ID": "my-sink",
|
||||
"Type": "webhook"
|
||||
"Type": "webhook",
|
||||
"Address": "http://127.0.0.1:8080",
|
||||
"Topics": {
|
||||
"*": ["*"]
|
||||
|
|
Loading…
Reference in a new issue