1
Fork 0

Add missing closing backtick in commit hook message 🐸

This commit is contained in:
Yotam Ofek 2025-01-14 17:24:34 +00:00
parent 8c39ce5b4f
commit c141f506bc

View file

@ -116,7 +116,7 @@ fn print_paths(verb: &str, adjective: Option<&str>, paths: &[String]) {
println!("fmt: {verb} {len} {adjective}files");
}
if len > 1000 && !CiEnv::is_ci() {
println!("hint: if this number seems too high, try running `git fetch origin master");
println!("hint: if this number seems too high, try running `git fetch origin master`");
}
}