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"