diff --git a/scripts/updates/check-updates.sh b/scripts/updates/check-updates.sh index 61f74bb38..70efd67e0 100755 --- a/scripts/updates/check-updates.sh +++ b/scripts/updates/check-updates.sh @@ -63,7 +63,7 @@ if [ -f "${BASEDIR}/github-projects.txt" ]; then if "${BASEDIR}/../run-docker.sh" ./build-package.sh -a aarch64 -I "$package"; then if [ "$GIT_COMMIT_PACKAGES" = "true" ]; then git add "${BASEDIR}/../../packages/${package}" - git commit -m "$(echo -e "${package}: update to ${latest_version}\nThis commit has been automatically submitted by Github Actions.")" + git commit -m "$(echo -e "${package}: update to ${latest_version}\n\nThis commit has been automatically submitted by Github Actions.")" fi if [ "$GIT_PUSH_PACKAGES" = "true" ]; then