diff --git a/.justfile b/.justfile index f647b46..5d8a48e 100644 --- a/.justfile +++ b/.justfile @@ -2,5 +2,5 @@ default: just --list sync_remotes: - git push -u codeberg.org next - git push -u github.com next + git push codeberg.org next + git push github.com next