diff options
| author | Yotam Ofek <yotam.ofek@gmail.com> | 2025-01-14 17:24:34 +0000 |
|---|---|---|
| committer | Yotam Ofek <yotam.ofek@gmail.com> | 2025-01-14 17:25:22 +0000 |
| commit | c141f506bcf9eb3423f319ec7f047cf6a132af4b (patch) | |
| tree | 585b4a37cffbc4473e34eeae6fb5f23c0e270520 | |
| parent | 8c39ce5b4fb5b61796e5fd8cec56c7b9abd2122b (diff) | |
| download | rust-c141f506bcf9eb3423f319ec7f047cf6a132af4b.tar.gz rust-c141f506bcf9eb3423f319ec7f047cf6a132af4b.zip | |
Add missing closing backtick in commit hook message 🐸
| -rw-r--r-- | src/bootstrap/src/core/build_steps/format.rs | 2 |
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`"); } } |
