chore(macos): tidy discovery and runtime

This commit is contained in:
Peter Steinberger
2025-12-20 23:30:05 +01:00
parent 43ba1671f1
commit df9e4bdd63
4 changed files with 9 additions and 9 deletions

View File

@@ -585,7 +585,8 @@ extension GeneralSettings {
trimmed.localizedCaseInsensitiveContains("host key verification failed")
{
let host = CommandResolver.parseSSHTarget(target)?.host ?? target
return "SSH check failed: Host key verification failed. Remove the old key with `ssh-keygen -R \(host)` and try again."
return "SSH check failed: Host key verification failed. Remove the old key with " +
"`ssh-keygen -R \(host)` and try again."
}
if let trimmed, !trimmed.isEmpty {
if let message = response.message, message.hasPrefix("exit ") {