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.
1 parent 6395325 commit 6fd7c6eCopy full SHA for 6fd7c6e
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