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
fd09cdae6f
commit
2766c8cb4b
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class FunctionWrapper(object):
|
|||
fsclient=self.fsclient,
|
||||
cmd_prefix=cmd,
|
||||
aliases=self.aliases,
|
||||
minion_opts=self.minion_opts
|
||||
minion_opts=self.minion_opts,
|
||||
**kwargs)
|
||||
|
||||
if self.cmd_prefix:
|
||||
|
|
Loading…
Add table
Reference in a new issue