Update Templates.md

Add missing bracket to the Templates.md
This commit is contained in:
Adnan Hajdarević 2023-12-26 08:49:09 +01:00 committed by GitHub
parent a4eebd6005
commit bd1aaab0ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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", "id": "webhook",
"execute-command": "/home/adnan/redeploy-go-webhook.sh", "execute-command": "/home/adnan/redeploy-go-webhook.sh",