mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix wrong argument name for _git_run()
This commit is contained in:
parent
82a51cebde
commit
786786a245
1 changed files with 1 additions and 1 deletions
|
@ -2486,7 +2486,7 @@ def remote_refs(url,
|
|||
except ValueError as exc:
|
||||
raise SaltInvocationError(exc.__str__())
|
||||
output = _git_run(command,
|
||||
user=user,
|
||||
runas=user,
|
||||
identity=identity,
|
||||
ignore_retcode=ignore_retcode)['stdout']
|
||||
ret = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue