From eb2d4963455a3ca19b485e4421a5c02f45a97d06 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Wed, 25 Jan 2023 03:51:09 +0000 Subject: [PATCH] Update file run_onchange_after_08-git-hooks.tmpl --- .../universal/run_onchange_after_08-git-hooks.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.chezmoiscripts/universal/run_onchange_after_08-git-hooks.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_08-git-hooks.tmpl index 6b13d7ac..3e7f4108 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_08-git-hooks.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_08-git-hooks.tmpl @@ -24,7 +24,7 @@ done ### Make git hooks executable if [ -d "${XDG_CONFIG_HOME:-$HOME/.config}/git/template/hooks" ]; then logg info 'Ensuring git hooks are executable' - chmod +x "${XDG_CONFIG_HOME:-$HOME/.config}/git/template/hooks/*" + chmod +x "${XDG_CONFIG_HOME:-$HOME/.config}/git/template/hooks/"* fi {{ end -}}