diff --git a/bin/git-hook b/bin/git-hook index 8302402..9bc68e7 100755 --- a/bin/git-hook +++ b/bin/git-hook @@ -1,3 +1,3 @@ #!/bin/sh -"$(git config core.hooksPath)/$1" +exec "$(git config core.hooksPath)/$1"