mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
fixed identation problem
This commit is contained in:
parent
2b4caaa45f
commit
d6389c8e1c
@ -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',)
|
||||
|
Loading…
Reference in New Issue
Block a user