gitignore hooks.d

This commit is contained in:
pvincent
2026-08-22 19:25:24 +04:00
parent baa15a25fd
commit 120ea932ff
+3 -1
View File
@@ -217,7 +217,9 @@ function launch_hooks {
echo "Processing: $hook"
# shellcheck disable=SC1090
source "$hook"
if ! source "$hook"; then
>&2 echo 'WARNING: hook failure, bypassed'
fi
done
}