From a2518c26fd8459b0cb57df8fe8656b47bc3cdfa0 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 16 Oct 2021 15:05:17 +0200 Subject: [PATCH] [wiki] Update "Command executions" example Signed-off-by: Knut Ahlers --- wiki/Home.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wiki/Home.md b/wiki/Home.md index 585295d..d9cee4e 100644 --- a/wiki/Home.md +++ b/wiki/Home.md @@ -186,7 +186,9 @@ The example was dumped using this action: ```yaml - actions: - - command: [/usr/bin/bash, -c, "jq . >&2"] + - type: script + attributes: + command: [/usr/bin/bash, -c, "jq . >&2"] match_channels: ['#tezrian'] match_message: '^!test' ```