From 1c418c183c5e8de2205da7a1132c41815d6ddb33 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 30 Jan 2021 21:43:58 +0100 Subject: [PATCH] Update run --- addons_updater/rootfs/etc/cont-init.d/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons_updater/rootfs/etc/cont-init.d/run b/addons_updater/rootfs/etc/cont-init.d/run index dc24be9ba..5c3b301fb 100644 --- a/addons_updater/rootfs/etc/cont-init.d/run +++ b/addons_updater/rootfs/etc/cont-init.d/run @@ -52,7 +52,7 @@ for addons in $(bashio::config "addon|keys"); do #Git commit and push bashio::log.info "... $SLUG : push to master" - git remote set-url origin https://${GITUSER}:${GITPASS}@github.com/${REPOSITORY} + git remote set-url origin "https://${GITUSER}:${GITPASS}@github.com/${REPOSITORY}" git push #Update the current flag