Correction to the previous commit

This commit is contained in:
2017-04-03 14:57:33 +02:00
parent 151cb1cc77
commit e38ef93b4a

View File

@@ -235,7 +235,7 @@ def git_step(branch=''):
submodules=True) submodules=True)
def git_submodules_update(branch): def git_submodules_update():
command = ['git', 'submodule', 'update', '--remote'] command = ['git', 'submodule', 'update', '--remote']
return ShellCommand(name='Submodules Update', return ShellCommand(name='Submodules Update',
command=command, command=command,