Skip to content

Commit 4868409

Browse files
committed
Fix typo in bootstrap/setup.rs
1 parent 26b5e0c commit 4868409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/setup.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ undesirable, simply delete the `pre-push` file from .git/hooks."
342342
dst.display(),
343343
e
344344
),
345-
Ok(_) => println!("Linked `src/etc/pre-commit.sh` to `.git/hooks/pre-push`"),
345+
Ok(_) => println!("Linked `src/etc/pre-push.sh` to `.git/hooks/pre-push`"),
346346
};
347347
} else {
348348
println!("Ok, skipping installation!");

0 commit comments

Comments
 (0)