No need to update submodules (fix #115)

Git pull should do that. In addition, it breaks the colors in Windows
This commit is contained in:
Roey Darwish Dror
2019-01-30 09:48:26 +02:00
parent 8297b5929c
commit ae75f0de9e

View File

@@ -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();