small fixes

This commit is contained in:
teldra 2022-06-26 18:10:38 +02:00
parent 363018f23b
commit 2fe62dcac5
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ fi
git pull --rebase upstream main && \
git add . && \
git commit -m "${date}: ${changedfiles}" && \
git push -f origin --set-upstream origin/main && \
git push -f origin --set-upstream origin && \
git switch main
exit