diff --git a/src/steps/git.rs b/src/steps/git.rs index 8c22be52..ab9090c7 100644 --- a/src/steps/git.rs +++ b/src/steps/git.rs @@ -69,12 +69,6 @@ impl Git { .current_dir(&path) .check_run()?; - run_type - .execute(git) - .args(&["submodule", "update", "--init", "--recursive"]) - .current_dir(&path) - .check_run()?; - Ok(()) }() .is_ok();