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"