Fix indent error

This commit is contained in:
David Boucha 2012-11-16 17:56:11 -07:00
parent cda5c8201a
commit 79bd9ff614

View File

@ -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)