From 9d4e89ae8f96a33189ca8ded58fa42a60ae78c32 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Thu, 3 Dec 2020 10:26:07 +0200 Subject: [PATCH] scripts/update-gh-pages: fix generated commit message --- scripts/github/update-gh-pages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/github/update-gh-pages.sh b/scripts/github/update-gh-pages.sh index 0a0811dec..2a2e0de35 100755 --- a/scripts/github/update-gh-pages.sh +++ b/scripts/github/update-gh-pages.sh @@ -135,7 +135,7 @@ if [ -z "`git status --short`" ]; then fi # Create a new commit -commit_msg=`echo -e "Update documentation for $SITE_SUBDIR\n\nAuto-generated from $commit_hash by '$this'"` +commit_msg=`echo -e "Update documentation for $site_subdir\n\nAuto-generated from $commit_hash by '$this'"` echo "Committing changes..." git add .