Update run.sh

This commit is contained in:
Alexandre
2021-05-22 04:35:56 +02:00
committed by GitHub
parent 1da037d5c8
commit d1bcacf204

View File

@@ -149,10 +149,10 @@ for addons in $(bashio::config "addon|keys"); do
git push >/dev/null
#Log
bashio::log.yellow "$SLUG updated from ${CURRENT} to ${LASTVERSION}"
bashio::log.yellow "... $SLUG updated from ${CURRENT} to ${LASTVERSION}"
else
bashio::log.green "$SLUG is up-to-date ${CURRENT}"
bashio::log.green "... $SLUG is up-to-date ${CURRENT}"
fi
done