removed force flag to comit

This commit is contained in:
Shaun Hoffer 2024-10-02 21:59:11 -04:00
parent b0cde2fe52
commit cac9a7a194

2
run.sh

@ -36,5 +36,5 @@ fi
cp -r "$1"/* . && rm -rf "$1"
git add -A
git commit -a -m -f "TTPages: Automated Update"
git commit -m "TTPages: Automated Update"
git push -u