2025.01.10 22:43:31

This commit is contained in:
Christian Moser 2025-01-10 22:43:31 +01:00
parent 4639155c6c
commit ed8202ff9d

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