Update file run_onchange_after_08-git-hooks.tmpl
This commit is contained in:
parent
0570603dda
commit
eb2d496345
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ done
|
||||||
### Make git hooks executable
|
### Make git hooks executable
|
||||||
if [ -d "${XDG_CONFIG_HOME:-$HOME/.config}/git/template/hooks" ]; then
|
if [ -d "${XDG_CONFIG_HOME:-$HOME/.config}/git/template/hooks" ]; then
|
||||||
logg info 'Ensuring git hooks are executable'
|
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
|
fi
|
||||||
|
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
Loading…
Reference in a new issue