From 327f691eea4dcb6138eb6f66805ee887b72a5707 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Wed, 6 Jan 2021 14:48:36 +0200 Subject: [PATCH] check-updates.sh: fix commit message --- scripts/updates/check-updates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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