Update file run_onchange_after_08-git-hooks.tmpl

This commit is contained in:
Brian Zalewski 2023-01-25 03:51:09 +00:00
parent 0570603dda
commit eb2d496345

View file

@ -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 -}}