From f4f73f634976e6d9ad71cfec921c774202335c29 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 14:19:36 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- .templates/01-config_yaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/01-config_yaml.sh b/.templates/01-config_yaml.sh index 632f548ef..cefbed3ad 100644 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -115,7 +115,7 @@ cp "$CONFIGSOURCE" /tempenv sed -i '/^#/d' /tempenv sed -i '/^[[:space:]]*$/d' /tempenv sed -i '/^$/d' /tempenv -echo "" > /tempenv +echo "" >/tempenv # Exit if empty if [ ! -s /tempenv ]; then