Skip to content

Commit

Permalink
refactor(git): use a better error message for invalid repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Oct 15, 2021
1 parent 627d4ef commit f447cc2
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 @@ -28,7 +28,7 @@ impl Repository {
} else {
Err(Error::IoError(io::Error::new(
io::ErrorKind::NotFound,
"path not found",
"repository path not found",
)))
}
}
Expand Down

0 comments on commit f447cc2

Please sign in to comment.