From e3362270f4313630d0af1ae115aaffd0d2832956 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 31 Jan 2024 09:19:26 +0000 Subject: [PATCH] Add missing managed text --- templates/php/sculpin/run.twig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/php/sculpin/run.twig b/templates/php/sculpin/run.twig index e023c5e..387345d 100755 --- a/templates/php/sculpin/run.twig +++ b/templates/php/sculpin/run.twig @@ -1,5 +1,7 @@ #!/usr/bin/env bash +# {{ managedText | raw }} + set -o errexit set -o nounset set -o pipefail