From bd1aaab0ad9824c4d5fc56ffee3fe2f5e996dc61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adnan=20Hajdarevi=C4=87?= Date: Tue, 26 Dec 2023 08:49:09 +0100 Subject: [PATCH] Update Templates.md Add missing bracket to the Templates.md --- docs/Templates.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Templates.md b/docs/Templates.md index 12798f4..35f10a0 100644 --- a/docs/Templates.md +++ b/docs/Templates.md @@ -10,6 +10,7 @@ In the example JSON template file below (YAML is also supported), the `payload-h Additionally, the result is piped through the built-in Go template function `js` to ensure that the result is a well-formed Javascript/JSON string. ``` +[ { "id": "webhook", "execute-command": "/home/adnan/redeploy-go-webhook.sh",