From 1366faed27f8c8187701eae19aca5d1293e353f1 Mon Sep 17 00:00:00 2001 From: Andre Challier Date: Wed, 27 Mar 2024 15:25:11 +0100 Subject: [PATCH] fixed typo in hooks.json filename --- webhooks-git/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webhooks-git/entrypoint.sh b/webhooks-git/entrypoint.sh index de48715..da0b74d 100644 --- a/webhooks-git/entrypoint.sh +++ b/webhooks-git/entrypoint.sh @@ -5,10 +5,10 @@ # # Define the template file path -template_file="/etc/webhook/hook.json.tmpl" +template_file="/etc/webhook/hooks.json.tmpl" # Define the output file path -output_file="/etc/webhook/hook.json" +output_file="/etc/webhook/hooks.json" # Check if the template file exists if [ ! -f "$template_file" ];