Fix wrong argument name for _git_run()

This commit is contained in:
Erik Johnson 2015-10-08 10:44:13 -05:00
parent 82a51cebde
commit 786786a245

View file

@ -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 = {}