Skip to content

Commit d76795e

Browse files
committed
Fix ssh_remote_port_forwards wart causing test to fail
1 parent 808429a commit d76795e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salt/client/ssh/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def sanitize_kwargs(self, kwargs):
5151
('ssh_priv', str),
5252
('ssh_priv_passwd', str),
5353
('ssh_identities_only', bool),
54-
('ssh_remote_port_forwards', bool),
54+
('ssh_remote_port_forwards', str),
5555
('ssh_options', list),
5656
('roster_file', str),
5757
('rosters', list),

0 commit comments

Comments
 (0)