This commit is contained in:
Luk Lu
2022-07-30 12:36:47 +08:00
parent e19be3d88a
commit f754a318be
4 changed files with 27 additions and 25 deletions

View File

@@ -54,7 +54,7 @@ do
then
echo "---- git add-commit-push [`pwd`/$repo] ----"
cd "$repo"
git add . && git commit -m $COMMIT_MESSAGE && git push
git add . && git commit -m "$COMMIT_MESSAGE" && git push
echo ""
cd ..
fi