Update overlay

This commit is contained in:
speedie 2023-03-09 17:39:25 +01:00
parent 3dd67a4587
commit 480d4534a8

View file

@ -12,4 +12,4 @@ markdown README.md > README.html
rm -f .tree .tree-orig
git add *
git commit -m "Update overlay" && git push && printf "Successfully pushed\n"
git commit -m "Update overlay" && git push --set-upstream origin main && printf "Successfully pushed\n"