Fix the failure of the init-tool with the `—no-gh` option (resolve #429)

This commit is contained in:
Cotes Chung 2021-10-11 01:50:40 +08:00
parent 565ad9229c
commit fa15aebbca
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ init_files() {
rm -rf _posts/* docs
# save changes
git add -A && git add .github -f
git add -A
git commit -m "[Automation] Initialize the environment." -q
echo "[INFO] Initialization successful!"