diff --git a/miscellaneous/giteapush.sh b/miscellaneous/giteapush.sh index 3237cd3..a8cc5b7 100755 --- a/miscellaneous/giteapush.sh +++ b/miscellaneous/giteapush.sh @@ -26,7 +26,7 @@ if ! git diff-index --quiet HEAD --; then git commit -m "Auto commit from /home/doc/genesis-tools" # Push changes to Gitea repository - git push origin master # Or 'main' if that's the branch name + git push origin main # Or 'main' if that's the branch name else echo "No changes to commit." fi