From f2129c3c378f99e23d103c67f129047cb5104c58 Mon Sep 17 00:00:00 2001 From: David Boucha Date: Wed, 21 Jun 2017 15:05:22 -0600 Subject: [PATCH] add missing function argument --- salt/client/ssh/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/client/ssh/__init__.py b/salt/client/ssh/__init__.py index 0c3f897bae..22c770ea16 100644 --- a/salt/client/ssh/__init__.py +++ b/salt/client/ssh/__init__.py @@ -1104,7 +1104,7 @@ ARGS = {10}\n'''.format(self.minion_config, if not self.winrm: ret = self.shell.exec_cmd('/bin/sh \'$HOME/{0}\''.format(target_shim_file)) else: - ret = saltwinshell.call_python(self) + ret = saltwinshell.call_python(self, target_shim_file) # Remove shim from target system if not self.winrm: