From 8bbe7d937eeb005e50b43e504dc2736c3810c62c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 8 Feb 2021 13:37:32 +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 07f628610..bd0841381 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 : update failed' +bashio::log.error "... $SLUG : update failed" fi else