2025.01.10 22:43:31

Signed-off-by: Christian Moser <christian@cmoser.eu>
This commit is contained in:
Christian Moser 2025-01-10 22:43:31 +01:00
parent 4639155c6c
commit cb8b00c904
Failed to extract signature

View File

@ -5,7 +5,7 @@ SELF="$(realpath $0)"
GITHOOKS_DIR="$(dirname "$SELF")" ; export GITHOOKS_DIR
PROJECT_ROOT="$(dirname "$(dirname "$SELF")")" ; export PROJECT_ROOT
pre_commit_d="${GITHOOKS_DIR}/pre-commit-d"
pre_commit_d="${GITHOOKS_DIR}/pre-commit.d"
# run scripts from the pre-commit.d directory
for i in $(ls "$pre_commit_d"); do