Listen to shellcheck and do things
This commit is contained in:
parent
b4eae2e5e5
commit
23c852125d
2
abra
2
abra
@ -513,7 +513,7 @@ output_version_summary() {
|
||||
SERVICES=$($YQ e '.services | keys | .[]' "${APP_DIR}/${COMPOSE}")
|
||||
|
||||
for SERVICE in $SERVICES; do
|
||||
if [[ "${CHECKED_SERVICES[@]}" =~ "${SERVICE}" ]]; then
|
||||
if [[ ${CHECKED_SERVICES[*]} =~ ${SERVICE} ]]; then
|
||||
debug "already inspected ${STACK_NAME}_${SERVICE} for versions, skipping..."
|
||||
continue
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user