From 4a724f965dd8c1fab156072e47fb9606bce2e81a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 23 Feb 2021 10:18:52 +0100 Subject: [PATCH] Update run.sh --- addons_updater/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"