diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2022-04-06 23:06:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-06 23:06:07 +0200 |
| commit | bd92c7c6d77bc8d3fb95f3f2910ca196e29a009d (patch) | |
| tree | 26a1f1d231fbce30e9dc6f744cbd76d4bb5c218b | |
| parent | 9fa941c23e18f2e7c838454d95e5526bf15201ed (diff) | |
| parent | 48684097db3c87b49e0dbc1681f15b94e3317c4e (diff) | |
| download | rust-bd92c7c6d77bc8d3fb95f3f2910ca196e29a009d.tar.gz rust-bd92c7c6d77bc8d3fb95f3f2910ca196e29a009d.zip | |
Rollup merge of #95721 - xu-cheng:typo, r=compiler-errors
Fix typo in bootstrap/setup.rs
| -rw-r--r-- | src/bootstrap/setup.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/setup.rs b/src/bootstrap/setup.rs index aff2b6c3cbf..b730730854f 100644 --- a/src/bootstrap/setup.rs +++ b/src/bootstrap/setup.rs @@ -342,7 +342,7 @@ undesirable, simply delete the `pre-push` file from .git/hooks." dst.display(), e ), - Ok(_) => println!("Linked `src/etc/pre-commit.sh` to `.git/hooks/pre-push`"), + Ok(_) => println!("Linked `src/etc/pre-push.sh` to `.git/hooks/pre-push`"), }; } else { println!("Ok, skipping installation!"); |
