Add exec to git-hook command
This commit is contained in:
parent
e2892a833f
commit
c950cb83e7
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
"$(git config core.hooksPath)/$1"
|
exec "$(git config core.hooksPath)/$1"
|
||||||
|
|
Loading…
Reference in a new issue