mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-30 19:54:46 +00:00
scripts/update-gh-pages: fix generated commit message
This commit is contained in:
parent
42d3fa19ef
commit
9d4e89ae8f
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ if [ -z "`git status --short`" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Create a new commit
|
# 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..."
|
echo "Committing changes..."
|
||||||
git add .
|
git add .
|
||||||
|
|
Loading…
Add table
Reference in a new issue