mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo in FunctionWrapper
This commit is contained in:
parent
1b13ec04c2
commit
c390737f3e
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class FunctionWrapper(object):
|
|||
mods=self.mods,
|
||||
fsclient=self.fsclient,
|
||||
cmd_prefix=cmd,
|
||||
minion_opts=self.minion_opts
|
||||
minion_opts=self.minion_opts,
|
||||
**kwargs)
|
||||
|
||||
if self.cmd_prefix:
|
||||
|
|
Loading…
Add table
Reference in a new issue