chore: Fix displayed git command (#40548)

Too small for release notes IMO

Release Notes:

- N/A
This commit is contained in:
Mikayla Maki
2025-10-20 09:25:34 -07:00
committed by GitHub
parent 7aa0626098
commit 0a17f91923
+1 -1
View File
@@ -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 {