From ed8905c27219bdf50c54571fcd4429869473c95d Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 08:49:36 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- .templates/01-config_yaml.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.templates/01-config_yaml.sh b/.templates/01-config_yaml.sh index 816b84136..bf094a48f 100644 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -147,8 +147,8 @@ while IFS= read -r line; do if [[ "${line}" == *'!secret '* ]]; then echo "secret detected" if [ ! -f "$SECRETSFILE" ]; then - bashio:log.fatal "Secrets file not found, ${line} skipped" - continue + bashio:log.fatal "Secrets file not found, ${line} skipped" + continue fi secret=${line#*secret } # Check if single match