Update run.sh

This commit is contained in:
Alexandre
2021-05-20 16:12:05 +02:00
committed by GitHub
parent 8650c7b946
commit 61ef932f58

View File

@@ -152,6 +152,6 @@ for addons in $(bashio::config "addon|keys"); do
bashio::log.warning "$SLUG updated from ${CURRENT} to ${LASTVERSION}"
else
bashio::log.info "$SLUG is up-to-date (${CURRENT})"
bashio::log.info "$SLUG is up-to-date ${CURRENT}"
fi
done