From c950cb83e7cdf60edf59e9f11f822bce14f5f42a Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 1 Aug 2022 14:58:57 +0200 Subject: [PATCH] Add exec to git-hook command --- bin/git-hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"