diff --git a/addons_updater/run.sh b/addons_updater/run.sh index 8020bc7ce..62fffccec 100644 --- a/addons_updater/run.sh +++ b/addons_updater/run.sh @@ -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