Typo in system

This commit is contained in:
ChristianVisintin
2020-12-25 11:43:32 +01:00
parent 76c4f1b67f
commit 264b5afad6
2 changed files with 4 additions and 4 deletions

View File

@@ -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);
}