From fb9c742e2473999a9a5d81fe56a718402c0599e6 Mon Sep 17 00:00:00 2001 From: Shaun Hoffer Date: Wed, 2 Oct 2024 22:18:03 -0400 Subject: [PATCH] fix 1 for script --- run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index 17d836d..093c02f 100644 --- a/run.sh +++ b/run.sh @@ -23,7 +23,7 @@ git config --global --add --bool push.autoSetupRemote true git fetch if ! git ls-remote --exit-code --heads origin pages; then - git checkout --orphan -f pages + git checkout --orphan pages git rm -rf . else git checkout -f pages @@ -36,5 +36,5 @@ fi cp -r "$1"/* . && rm -rf "$1" git add -A -git commit -m "TTPages: Automated Update" +git commit -am "TTPages: Automated Update" git push -u \ No newline at end of file