Skip to content

Commit 1af21e7

Browse files
committed
♻️ change ssh_cfg to ssh_cfg2
1 parent c3098bc commit 1af21e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ssh_config_store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use std::{error::Error, fmt::Debug};
22

3-
use ssh_cfg::{SshConfig, SshConfigParser, SshHostConfig};
3+
use ssh_cfg2::{SshConfig, SshConfigParser, SshHostConfig};
44

55
use crate::database::FileDatabase;
66

0 commit comments

Comments
 (0)