diff --git a/docs/PreHook-Command.md b/docs/PreHook-Command.md index d109405..1da74c8 100644 --- a/docs/PreHook-Command.md +++ b/docs/PreHook-Command.md @@ -23,7 +23,7 @@ _Make sure you have the `jq` command available, as we're using it to parse the J
script.sh - ```sh + ``` #!/bin/bash ip=$1 @@ -34,7 +34,7 @@ _Make sure you have the `jq` command available, as we're using it to parse the J
prehook.sh - ```sh + ``` #!/bin/bash context=$(cat) @@ -47,7 +47,7 @@ _Make sure you have the `jq` command available, as we're using it to parse the J
hooks.json - ```json + ``` [ { "id": "log-ip",