Skip to content

Commit

Permalink
Update git-cliff-core/src/repo.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Orhun Parmaksız <[email protected]>
  • Loading branch information
kemitix and orhun authored Oct 29, 2024
1 parent d13d051 commit af819f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cliff-core/src/repo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ mod test {
// working copy is the directory that contains the .git directory:
let working_copy = repo.path;

// # Make the Git repository bare and set HEAD
// Make the Git repository bare and set HEAD
std::process::Command::new("git")
.args(["config", "core.bare", "true"])
.current_dir(&working_copy)
Expand Down

0 comments on commit af819f4

Please sign in to comment.