From d4200bf21e29c509a08f5272b0202979f4f42e38 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 8 Feb 2021 13:19:23 +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 d6d71972d..07f628610 100644 --- a/addons_updater/run.sh +++ b/addons_updater/run.sh @@ -91,7 +91,7 @@ if [ $files != null ]; then #Log bashio::log.info "$SLUG updated to $LASTVERSION" else -bashio::log.error "... $SLUG : couldn't update" +bashio::log.error '... $SLUG : update failed' fi else