mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Add missing comma in help-text example.
@krishicks spotted this while playing with command.
This commit is contained in:
@@ -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": {
|
||||
"*": ["*"]
|
||||
|
||||
Reference in New Issue
Block a user