Skip to content

Commit c141f50

Browse files
committed
Add missing closing backtick in commit hook message 🐸
1 parent 8c39ce5 commit c141f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/bootstrap/src/core/build_steps/format.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ fn print_paths(verb: &str, adjective: Option<&str>, paths: &[String]) {
116116
println!("fmt: {verb} {len} {adjective}files");
117117
}
118118
if len > 1000 && !CiEnv::is_ci() {
119-
println!("hint: if this number seems too high, try running `git fetch origin master");
119+
println!("hint: if this number seems too high, try running `git fetch origin master`");
120120
}
121121
}
122122

0 commit comments

Comments
 (0)