mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed syntax error
This commit is contained in:
parent
3937380b79
commit
76a0cf33e5
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@ def config(name,
|
|||
if error is not None:
|
||||
cmd.extend(['error=', error])
|
||||
if display_name is not None:
|
||||
cmd.extend(['DisplayName=', DisplayName])
|
||||
cmd.extend(['DisplayName=', display_name])
|
||||
if group is not None:
|
||||
cmd.extend(['group=', group])
|
||||
if depend is not None:
|
||||
|
|
Loading…
Add table
Reference in a new issue