mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #23425 from basepi/functionwrapper_typo
[2014.7] Fix typo in FunctionWrapper
This commit is contained in:
commit
ef17ab4b2a
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