From 5d2d320e4b9a537870250d18c2bc55b5f6cecf70 Mon Sep 17 00:00:00 2001 From: Charlie Voiselle <464492+angrycub@users.noreply.github.com> Date: Mon, 2 Nov 2020 18:00:53 -0500 Subject: [PATCH] Add missing comma in help-text example. @krishicks spotted this while playing with command. --- command/event.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/event.go b/command/event.go index 1631d0e72..f9a3a4ae6 100644 --- a/command/event.go +++ b/command/event.go @@ -28,7 +28,7 @@ Usage: nomad event [options] [args] $ cat sink.json { "ID": "my-sink", - "Type": "webhook" + "Type": "webhook", "Address": "http://127.0.0.1:8080", "Topics": { "*": ["*"]