From c8359d1f75af47909f7fe1ad0fc15b003c6bd23e Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Mon, 7 Apr 2025 18:59:59 +0200 Subject: [PATCH] chore: update script URL in dstr.sh hook file --- hooks/dstr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/dstr.sh b/hooks/dstr.sh index 401df6d..174e4d3 100644 --- a/hooks/dstr.sh +++ b/hooks/dstr.sh @@ -1,7 +1,7 @@ #!/bin/bash # URL to the raw script file -SCRIPT_URL="https://gitea.example.com/org/hooks-repo/raw/branch/main/semantic-commit-validator.sh" +SCRIPT_URL="https://git.kjan.de/jank/scripts/raw/branch/main/hooks/pre-recieve.sh" # Temporary file for the downloaded script (necessary to execute it properly) TEMP_SCRIPT=$(mktemp)