Merge pull request #9255 from hashicorp/d-missing-example-comma

Add missing comma in help-text example.
This commit is contained in:
Charlie Voiselle 2020-11-04 09:51:09 -05:00 committed by GitHub
commit 0e373f70c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": {
"*": ["*"]