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 d0c9a44 commit 803df83
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 @@ -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"))
Expand Down

0 comments on commit 803df83

Please sign in to comment.