This commit is contained in:
sxyazi 2025-09-24 23:33:23 +08:00
parent 18ee02a98b
commit 235dba6474
No known key found for this signature in database

View file

@ -68,8 +68,8 @@ impl Provider for Sftp {
continue;
} else if s == name {
return Ok(entry.path());
} else {
similar = Some(name);
} else if similar.is_none() {
similar = Some(s.into_owned());
}
}