mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 15:04:50 +02:00
...
This commit is contained in:
@@ -95,9 +95,10 @@ func RunSSHAskpass() {
|
||||
}
|
||||
if is_fingerprint_check {
|
||||
response = strings.ToLower(response)
|
||||
if response == "y" {
|
||||
switch response {
|
||||
case "y":
|
||||
response = "yes"
|
||||
} else if response == "n" {
|
||||
case "n":
|
||||
response = "no"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user