Sync submodule recursively

This commit is contained in:
Cheng Zhao 2016-05-15 10:33:23 +09:00
parent 800ab50b56
commit ba7a32b16e

View file

@ -122,7 +122,7 @@ def check_root():
def update_submodules():
execute_stdout(['git', 'submodule', 'sync'])
execute_stdout(['git', 'submodule', 'sync', '--recursive'])
execute_stdout(['git', 'submodule', 'update', '--init', '--recursive'])