1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-28 02:37:11 +00:00

scripts/update-gh-pages: fix generated commit message

This commit is contained in:
Markus Lehtonen 2020-12-03 10:26:07 +02:00
parent 42d3fa19ef
commit 9d4e89ae8f

View file

@ -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 .