From 9697fa13e712bdbceae04539885d783fba8e983c Mon Sep 17 00:00:00 2001 From: DocTator Date: Tue, 22 Apr 2025 16:55:28 -0400 Subject: [PATCH] Auto commit from /home/doc/genesis-tools --- miscellaneous/giteapush.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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