mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Removed timetag for log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user