From 48684097db3c87b49e0dbc1681f15b94e3317c4e Mon Sep 17 00:00:00 2001 From: Cheng XU Date: Tue, 5 Apr 2022 22:52:30 -0700 Subject: [PATCH] Fix typo in bootstrap/setup.rs --- src/bootstrap/setup.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/setup.rs b/src/bootstrap/setup.rs index aff2b6c3cbfdb..b730730854f14 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!");