From 87fc964eade5c5e75875cec9719746a85dced04b Mon Sep 17 00:00:00 2001 From: "bert.hausmans" Date: Fri, 24 Apr 2026 21:08:35 +0200 Subject: [PATCH] chore(sync): also trigger hook on .githooks/ changes --- .githooks/post-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.githooks/post-commit b/.githooks/post-commit index 846bbdfe..a6a42064 100755 --- a/.githooks/post-commit +++ b/.githooks/post-commit @@ -34,7 +34,7 @@ configured="$(awk ' match=0 while IFS= read -r cfile; do [ -z "${cfile}" ] && continue - case "${cfile}" in .claude-sync.conf|scripts/sync-claude-docs.sh) match=1; break ;; esac + case "${cfile}" in .claude-sync.conf|scripts/sync-claude-docs.sh|.githooks/*) match=1; break ;; esac while IFS= read -r conf_path; do [ -z "${conf_path}" ] && continue if [ "${cfile}" = "${conf_path}" ]; then