mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Typo in system
This commit is contained in:
@@ -176,7 +176,7 @@ impl AuthActivity {
|
||||
match ConfigClient::new(config_path.as_path(), ssh_dir.as_path()) {
|
||||
Ok(cli) => {
|
||||
// Set default protocol
|
||||
self.protocol = cli.get_default_protcol();
|
||||
self.protocol = cli.get_default_protocol();
|
||||
// Set client
|
||||
self.config_client = Some(cli);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user