From 8431357269dd6972aef5d1364e8efa23beb25554 Mon Sep 17 00:00:00 2001 From: Adnan Hajdarevic Date: Thu, 19 Nov 2020 22:19:10 +0100 Subject: [PATCH] wip --- docs/PreHook-Command.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",