From 8736fca8b47804e822ca4fea9ed8020a9b0f3dee Mon Sep 17 00:00:00 2001 From: Klaus Hartl Date: Sat, 18 Sep 2021 09:00:57 +0200 Subject: [PATCH] Fix talisman invocation --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index d359208..ddde6e2 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,4 +2,4 @@ set -e -sh -c "echo $* | /talisman" +sh -c "echo $* | /talisman --githook pre-push"