mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user