Fix reversed prompt in #19533 (#19538)

Release Notes:

- N/A
This commit is contained in:
Mikayla Maki 2024-10-22 10:33:42 -07:00 committed by GitHub
parent 7ae25d10c8
commit 6f6893a93a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -693,7 +693,7 @@ pub async fn open_ssh_project(
})?
.await;
if response == Ok(1) {
if response == Ok(0) {
continue;
}
}