chore: update script URL in dstr.sh hook file

This commit is contained in:
Jan K9f 2025-04-07 18:59:59 +02:00
parent 812ac7a432
commit c8359d1f75
Signed by: jank
GPG key ID: B9F475106B20F144

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# URL to the raw script file # 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) # Temporary file for the downloaded script (necessary to execute it properly)
TEMP_SCRIPT=$(mktemp) TEMP_SCRIPT=$(mktemp)