From 9a4cb85589e29a62b4546eb566119753a5680aeb Mon Sep 17 00:00:00 2001 From: Hanna Prinz <hanna_prinz@yahoo.de> Date: Thu, 16 Feb 2023 11:53:30 +0100 Subject: [PATCH] Test with history --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 6eae05a..169842c 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,4 +3,4 @@ set -e sh -c "git config --global --add safe.directory $PWD" -sh -c "echo $* | /talisman --ignoreHistory --githook pre-push" +sh -c "echo $* | /talisman --githook pre-push"