From af819f4db0c17d1133dea1e54cdc9d2e52cef306 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 29 Oct 2024 07:50:44 +0000 Subject: [PATCH] Update git-cliff-core/src/repo.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Orhun Parmaksız --- git-cliff-core/src/repo.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-cliff-core/src/repo.rs b/git-cliff-core/src/repo.rs index a9711bb8b7..91f12a6ba4 100644 --- a/git-cliff-core/src/repo.rs +++ b/git-cliff-core/src/repo.rs @@ -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)