small fixes

This commit is contained in:
teldra 2022-06-26 18:06:44 +02:00
parent 2d3469339e
commit 2a161a376f
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 origin --set-upstream origin/main && \
git push -f origin --set-upstream origin/main && \
git switch main
exit