From 31b442b83d6738d261d592774b8da86381dca6a2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 6 Feb 2021 08:50:38 +0100 Subject: [PATCH] Update run.sh --- addons_updater/run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/addons_updater/run.sh b/addons_updater/run.sh index 5d3ec7477..e17fff60b 100644 --- a/addons_updater/run.sh +++ b/addons_updater/run.sh @@ -83,7 +83,8 @@ fi sed -i "1i\Update to latest version from $UPSTREAM" /data/${BASENAME}/${SLUG}/CHANGELOG.md if [ $files != null ]; then - git commit -m "Bot update to $LASTVERSION" $files || true + git commit -m "Update to $LASTVERSION" $files || true + git commit -m "Update to $LASTVERSION" /data/${BASENAME}/${SLUG}/CHANGELOG.md || true #Git commit and push bashio::log.info "... $SLUG : push to master"