0
0
forked from toolshed/abra

Listen to shellcheck and do things

This commit is contained in:
decentral1se
2021-03-16 10:13:15 +01:00
parent b4eae2e5e5
commit 23c852125d

2
abra
View File

@ -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