mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-09 13:33:43 +00:00
Rollup merge of #95721 - xu-cheng:typo, r=compiler-errors
Fix typo in bootstrap/setup.rs
This commit is contained in:
commit
bd92c7c6d7
@ -342,7 +342,7 @@ undesirable, simply delete the `pre-push` file from .git/hooks."
|
|||||||
dst.display(),
|
dst.display(),
|
||||||
e
|
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 {
|
} else {
|
||||||
println!("Ok, skipping installation!");
|
println!("Ok, skipping installation!");
|
||||||
|
Loading…
Reference in New Issue
Block a user