diff --git a/addons_updater/run.sh b/addons_updater/run.sh index 62fffccec..c82bec775 100644 --- a/addons_updater/run.sh +++ b/addons_updater/run.sh @@ -149,9 +149,9 @@ for addons in $(bashio::config "addon|keys"); do git push >/dev/null #Log - bashio::log.warning "$SLUG updated from ${CURRENT} to ${LASTVERSION}" + bashio::log.yellow "$SLUG updated from ${CURRENT} to ${LASTVERSION}" else - bashio::log.info "$SLUG is up-to-date ${CURRENT}" + bashio::log.green "$SLUG is up-to-date ${CURRENT}" fi done