mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fix indent error
This commit is contained in:
parent
cda5c8201a
commit
79bd9ff614
@ -83,7 +83,7 @@ def latest(name,
|
||||
|
||||
cmd = "git rev-parse "+rev
|
||||
retcode = __salt__['cmd.retcode'](cmd, cwd=target, runas=runas)
|
||||
if 0 != retcode: --dif
|
||||
if 0 != retcode:
|
||||
__salt__['git.fetch'](target, user=runas)
|
||||
|
||||
__salt__['git.checkout'](target, rev, user=runas)
|
||||
|
Loading…
Reference in New Issue
Block a user