mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 17:16:03 +00:00
Merge pull request #6218 from Ox0400/master
This commit is contained in:
@@ -26,7 +26,7 @@ export class OpenSSHImporter extends SSHProfileImporter {
|
|||||||
if (line.trim().startsWith('#') || !line.trim()) {
|
if (line.trim().startsWith('#') || !line.trim()) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if (line.startsWith('Host ')) {
|
if (line.toLowerCase().startsWith('host ')) {
|
||||||
if (currentProfile) {
|
if (currentProfile) {
|
||||||
results.push(currentProfile)
|
results.push(currentProfile)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user