From 830c37c6813a87e599dc2684ed55e5d0ced3b9fd Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 24 Apr 2023 23:00:25 +0100 Subject: [PATCH] fix: add missing managed text --- templates/git-hooks/pre-push.twig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/git-hooks/pre-push.twig b/templates/git-hooks/pre-push.twig index f08851f..176cd5d 100755 --- a/templates/git-hooks/pre-push.twig +++ b/templates/git-hooks/pre-push.twig @@ -1,5 +1,7 @@ #!/usr/bin/env bash +# {{ managedText }} + set -euo pipefail just test-commit