Skip to content

Commit fd1c546

Browse files
committed
Fix typo bug in SSH client.
1 parent 080bc8e commit fd1c546

File tree

1 file changed

+1
-1
lines changed
  • pyinfra/api/connectors/sshuserclient

1 file changed

+1
-1
lines changed

pyinfra/api/connectors/sshuserclient/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def connect(
4545
hostname, config, forward_agent = self.parse_config(
4646
hostname,
4747
kwargs,
48-
ssh_config_file=-_pyinfra_ssh_config_file,
48+
ssh_config_file=_pyinfra_ssh_config_file,
4949
)
5050
config.update(kwargs)
5151
super(SSHClient, self).connect(hostname, **config)

0 commit comments

Comments
 (0)