Add exec to git-hook command

This commit is contained in:
Talia 2022-08-01 14:58:57 +02:00
parent e2892a833f
commit c950cb83e7
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
"$(git config core.hooksPath)/$1"
exec "$(git config core.hooksPath)/$1"