Skip to content

Commit

Permalink
Remove leftover --quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes committed Oct 16, 2024
1 parent 44247da commit 0578a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ubrn_cli/src/repo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 0578a03

Please sign in to comment.