Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit f614e3b

Browse files
authored
Unrolled build for rust-lang#135495
Rollup merge of rust-lang#135495 - yotamofek:close-backtick, r=Kobzol Add missing closing backtick in commit hook message 🐸 This has been really bugging me 😮‍💨
2 parents 3736b85 + c141f50 commit f614e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/format.rs

Lines changed: 1 addition & 1 deletion
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)