Removed timetag for log

This commit is contained in:
Alexandre
2021-05-22 04:15:42 +02:00
committed by GitHub
parent f7d74638d0
commit e3f3e3d901

View File

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