mirror of
https://github.com/c9moser/sgbackup.git
synced 2026-01-19 19:40:13 +00:00
2025.01.10 22:43:31
Signed-off-by: Christian Moser <christian@cmoser.eu>
This commit is contained in:
parent
4639155c6c
commit
cb8b00c904
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user