From 82dc1a683d6fafed145d01fc3be9042f19b85465 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 10:06:31 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- .templates/00-global_var.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/00-global_var.sh b/.templates/00-global_var.sh index 4301cdf00..0f17b919a 100644 --- a/.templates/00-global_var.sh +++ b/.templates/00-global_var.sh @@ -37,7 +37,7 @@ sanitize_variable() { return fi printf -v escaped '%q' "$raw" - escaped="${escaped//\\ } }" + escaped="${escaped//\\ /} }" # If nothing changed, return the original. if [[ "$raw" == "$escaped" ]]; then printf '%s' "$raw"