From 57610d69dc69a74640dacb3ece6069a01b32185c Mon Sep 17 00:00:00 2001 From: Rob Loranger Date: Thu, 19 Oct 2023 17:44:01 -0700 Subject: [PATCH] fix pre-commit filename typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9a080f8..f2500a8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,4 +27,4 @@ You will first need to [install rust-analyzer](https://rust-analyzer.github.io/m If you want to think about formatting your code less and just have git yell at you whe you try to commit code that is not properly formatted, you can use a simple pre-commit hook. -After cloning the repo, the file `pre-commit-hook` to `.git/hooks/pre-commit`. That's it. \ No newline at end of file +After cloning the repo, the file `pre-commit` to `.git/hooks/pre-commit`. That's it. \ No newline at end of file