From d1bcacf20458298c2235e12b1761994097c1cd1c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 22 May 2021 04:35:56 +0200 Subject: [PATCH] Update run.sh --- addons_updater/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons_updater/run.sh b/addons_updater/run.sh index cd1363a45..963db59ee 100644 --- a/addons_updater/run.sh +++ b/addons_updater/run.sh @@ -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