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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user