diff --git a/src/bootstrap/bootstrap.py b/src/bootstrap/bootstrap.py index 09c87fdd1a84c..958cc665f9e0f 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -678,7 +678,7 @@ def update_submodule(self, module, checked_out, recorded_submodules): print("Updating submodule", module) - run(["git", "submodule", "-q", "sync", "--progress", module], + run(["git", "submodule", "-q", "sync", module], cwd=self.rust_root, verbose=self.verbose) run(["git", "submodule", "update", "--init", "--recursive", "--progress", module],