We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6395325 + 6fd7c6e commit 92107d3Copy full SHA for 92107d3
src/main.rs
@@ -19,7 +19,7 @@ use crate::{
19
fn get_rust_crate_diffs<P: AsRef<Path>>(repo_path: P) -> anyhow::Result<String> {
20
let repo = Repo::new(repo_path.as_ref()).with_context(|| {
21
format!(
22
- "Failed to open repo at `{}`, check the path is correct.",
+ "Failed to open repo at `{}`. Check the path is correct.",
23
repo_path.as_ref().display()
24
)
25
})?;
0 commit comments