[wiki] Update "Command executions" example

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-10-16 15:05:17 +02:00
parent a6ac529675
commit a2518c26fd
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D

View File

@ -186,7 +186,9 @@ The example was dumped using this action:
```yaml ```yaml
- actions: - actions:
- command: [/usr/bin/bash, -c, "jq . >&2"] - type: script
attributes:
command: [/usr/bin/bash, -c, "jq . >&2"]
match_channels: ['#tezrian'] match_channels: ['#tezrian']
match_message: '^!test' match_message: '^!test'
``` ```