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 <orhunparmaksiz@gmail.com>
  • Loading branch information
kemitix and orhun authored Oct 29, 2024
1 parent af819f4 commit 0a24298
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 @@ -767,7 +767,7 @@ mod test {
// Open repo from working copy, that contains the .jj directory
let repo = Repository::init(working_copy).expect("failed to init repo");

// macos canonical path for temp directories is in /private
// macOS canonical path for temp directories is in /private
// libgit2 forces the path to be canonical regardless of what we pass in
if repo.inner.path().starts_with("/private") {
assert_eq!(
Expand Down

0 comments on commit 0a24298

Please sign in to comment.