diff --git a/addons_updater/run.sh b/addons_updater/run.sh index 1f2daf6c7..93ce2260f 100644 --- a/addons_updater/run.sh +++ b/addons_updater/run.sh @@ -103,7 +103,7 @@ for addons in $(bashio::config "addon|keys"); do git push | echo "No changes" #Log - bashio::log.info "$SLUG updated from ${CURRENT} to ${LASTVERSION}" + bashio::log.info "Addon $SLUG updated from ${CURRENT} to ${LASTVERSION}" else bashio::log.info "Addon $SLUG is already up-to-date"