diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -83,6 +83,7 @@ func prepareWorkbench(repo string, commit string) string { workbench, "submodule", "update", + "--depth=1", "--init", "--recursive", ) |