From fa15aebbca9bb31a76071e7ba3495ecbacfef3fe Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Mon, 11 Oct 2021 01:50:40 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20the=20failure=20of=20the=20init-tool=20wi?= =?UTF-8?q?th=20the=20`=E2=80=94no-gh`=20option=20(resolve=20#429)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/init.sh b/tools/init.sh index f6d6a4a..e8c7b18 100755 --- a/tools/init.sh +++ b/tools/init.sh @@ -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!"