From 87403386317126ae3eae63eb98301ed652dae2d7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 31 Jan 2021 04:50:17 +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 7e958dc5c..c2b91f7bb 100644 --- a/addons_updater/rootfs/etc/cont-init.d/run +++ b/addons_updater/rootfs/etc/cont-init.d/run @@ -53,7 +53,7 @@ for addons in $(bashio::config "addon|keys"); do files=$(grep -rl ${CURRENT} /${BASENAME}/${SLUG}) && echo $files | xargs sed -i "s/${CURRENT}/${LASTVERSION}/g" if [ $files != null ]; then - git commit -m "Bot update to $CURRENT" $files || true + git commit -m "Bot update to $LASTVERSION" $files || true #Git commit and push bashio::log.info "... $SLUG : push to master"