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)