diff --git a/crates/ubrn_cli/src/repo.rs b/crates/ubrn_cli/src/repo.rs index d3a9ea5b..e46a0252 100644 --- a/crates/ubrn_cli/src/repo.rs +++ b/crates/ubrn_cli/src/repo.rs @@ -123,7 +123,7 @@ impl GitRepoArgs { .arg(sha); run_cmd(&mut cmd)?; - // git checkout --quiet $sha + // git checkout $sha let mut cmd = Command::new("git"); cmd.current_dir(self.directory(project_root)?) .arg("checkout")