diff --git a/crates/recent_projects/src/ssh_connections.rs b/crates/recent_projects/src/ssh_connections.rs index 700c85b31d..7c5d0920cd 100644 --- a/crates/recent_projects/src/ssh_connections.rs +++ b/crates/recent_projects/src/ssh_connections.rs @@ -693,7 +693,7 @@ pub async fn open_ssh_project( })? .await; - if response == Ok(1) { + if response == Ok(0) { continue; } }