mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Missing comma
This commit is contained in:
parent
8e3e8e073a
commit
c2c337567e
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class FunctionWrapper(object):
|
|||
mods=self.mods,
|
||||
wipe=True,
|
||||
fsclient=self.fsclient,
|
||||
minion_opts = self.minion_opts
|
||||
minion_opts = self.minion_opts,
|
||||
**self.kwargs
|
||||
)
|
||||
stdout, stderr, _ = single.cmd_block()
|
||||
|
|
Loading…
Add table
Reference in a new issue