mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Fixed incorrect importing of salt utils
This commit is contained in:
parent
c5b34533d6
commit
36804256d5
@ -203,7 +203,7 @@ def clone(cwd, repository, opts=None, user=None, identity=None,
|
||||
|
||||
if not opts:
|
||||
opts = ''
|
||||
if salt.utils.is_windows():
|
||||
if utils.is_windows():
|
||||
cmd = 'git clone {0} {1} {2}'.format(repository, cwd, opts)
|
||||
else:
|
||||
cmd = 'git clone {0} {1!r} {2}'.format(repository, cwd, opts)
|
||||
|
Loading…
Reference in New Issue
Block a user