mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
25d3a75d8c
commit
6619503aec
1 changed files with 2 additions and 2 deletions
|
@ -1117,7 +1117,7 @@ def latest(name,
|
|||
if submodules:
|
||||
__salt__['git.submodule'](target,
|
||||
'update',
|
||||
opts=['--recursive'],
|
||||
opts=['--init', '--recursive'],
|
||||
user=user,
|
||||
identity=identity)
|
||||
elif bare:
|
||||
|
@ -1376,7 +1376,7 @@ def latest(name,
|
|||
if submodules and remote_rev:
|
||||
__salt__['git.submodule'](target,
|
||||
'update',
|
||||
opts=['--recursive'],
|
||||
opts=['--init', '--recursive'],
|
||||
user=user,
|
||||
identity=identity)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue