diff --git a/git-cliff-core/src/repo.rs b/git-cliff-core/src/repo.rs index 5e22bbf028..bcd55e048c 100644 --- a/git-cliff-core/src/repo.rs +++ b/git-cliff-core/src/repo.rs @@ -758,7 +758,7 @@ mod test { .current_dir(&working_copy) .status() .expect("failed to make git repo non-bare"); - // # Move the Git repo into jj + // Move the Git repo into jj let store = working_copy.join(".jj").join("repo").join("store"); fs::create_dir_all(&store).expect("failed to create dir"); fs::rename(working_copy.join(".git"), store.join("git"))