mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
states/github.py fix for incorrect positional argument
This commit is contained in:
parent
ffee3576ec
commit
265b22b194
1 changed files with 2 additions and 2 deletions
|
@ -713,8 +713,8 @@ def repo_present(
|
|||
ret['result'] = None
|
||||
else:
|
||||
result = __salt__['github.add_team_repo'](name, team_name,
|
||||
permission,
|
||||
profile=profile)
|
||||
profile=profile,
|
||||
permission=permission)
|
||||
if result:
|
||||
ret['changes'][team_name] = team_change
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue