about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYotam Ofek <yotam.ofek@gmail.com>2025-01-14 17:24:34 +0000
committerYotam Ofek <yotam.ofek@gmail.com>2025-01-14 17:25:22 +0000
commitc141f506bcf9eb3423f319ec7f047cf6a132af4b (patch)
tree585b4a37cffbc4473e34eeae6fb5f23c0e270520
parent8c39ce5b4fb5b61796e5fd8cec56c7b9abd2122b (diff)
downloadrust-c141f506bcf9eb3423f319ec7f047cf6a132af4b.tar.gz
rust-c141f506bcf9eb3423f319ec7f047cf6a132af4b.zip
Add missing closing backtick in commit hook message 🐸
-rw-r--r--src/bootstrap/src/core/build_steps/format.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/src/core/build_steps/format.rs b/src/bootstrap/src/core/build_steps/format.rs
index 40c908c3fa9..c7eafadee2d 100644
--- a/src/bootstrap/src/core/build_steps/format.rs
+++ b/src/bootstrap/src/core/build_steps/format.rs
@@ -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`");
     }
 }