aboutsummaryrefslogtreecommitdiffstats
path: root/init-repository
diff options
context:
space:
mode:
Diffstat (limited to 'init-repository')
-rwxr-xr-xinit-repository2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-repository b/init-repository
index 2561665b..4a49cfd4 100755
--- a/init-repository
+++ b/init-repository
@@ -510,7 +510,7 @@ sub git_clone_all_submodules
}
}
- $self->exe('git', 'submodule', 'update');
+ $self->exe('git', 'submodule', 'update', '--recursive');
return;
}