chore: fix wrong -u flag to git push command in .justfile

This commit is contained in:
2025-10-03 14:49:24 +02:00
parent 31897711b9
commit 4170a6b469

View File

@@ -2,5 +2,5 @@ default:
just --list just --list
sync_remotes: sync_remotes:
git push -u codeberg.org next git push codeberg.org next
git push -u github.com next git push github.com next