From eff4f845df6631b6efbfeca2201fb097924dc725 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 30 Jan 2021 21:45:37 +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 5c3b301fb..2202ed9ce 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}" | echo git push #Update the current flag