From 0a17f91923ccc327779284ff3524d8e3dabdf910 Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Mon, 20 Oct 2025 09:25:34 -0700 Subject: [PATCH] chore: Fix displayed git command (#40548) Too small for release notes IMO Release Notes: - N/A --- crates/project/src/git_store.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/project/src/git_store.rs b/crates/project/src/git_store.rs index 461b15ef5f84a22f2a666674e12d27f0ef341d99..326af767102721987f753012ac82649046543ee0 100644 --- a/crates/project/src/git_store.rs +++ b/crates/project/src/git_store.rs @@ -4030,7 +4030,7 @@ impl Repository { let this = cx.weak_entity(); self.send_job( - Some(format!("git push {} {} {}", args, branch, remote).into()), + Some(format!("git push {} {} {}", args, remote, branch).into()), move |git_repo, mut cx| async move { match git_repo { RepositoryState::Local {