fixed identation problem

This commit is contained in:
robert.fach 2015-01-06 09:42:17 +01:00
parent 2b4caaa45f
commit d6389c8e1c

View File

@ -213,14 +213,14 @@ def export(name,
ret,
('{0} doesn\'t exist and is set to be checked out.').format(target))
svn_cmd = 'svn.list'
rev = 'HEAD'
rev = 'HEAD'
out = __salt__[svn_cmd](cwd, target, user, username, password, *opts)
return _neutral_test(
ret,
('{0}').format(out))
if not rev:
rev = 'HEAD'
rev = 'HEAD'
if force:
opts += ('--force',)