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 8a27d1b + a17c1d1 commit eaa778bCopy full SHA for eaa778b
crates/mdbook-compare/src/main.rs
@@ -104,7 +104,7 @@ fn tidy(path: &Path) {
104
105
fn diff(a: &Path, b: &Path) {
106
let args = "diff --no-index";
107
- println!("running `git diff {args} {a:?} {b:?}`");
+ println!("running `git {args} {a:?} {b:?}`");
108
Command::new("git")
109
.args(args.split(' '))
110
.args([a, b])
0 commit comments