diff --git a/push.sh b/push.sh index 2f08491..c2ec5e9 100755 --- a/push.sh +++ b/push.sh @@ -12,7 +12,7 @@ git add . # Commit with timestamp git commit -m "Update: $TIMESTAMP" -# Push to origin -git push +# Push to origin main explicitly +git push origin main echo "✅ Done!"