Rollup merge of #95721 - xu-cheng:typo, r=compiler-errors

Fix typo in bootstrap/setup.rs
This commit is contained in:
Dylan DPC 2022-04-06 23:06:07 +02:00 committed by GitHub
commit bd92c7c6d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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!");