fix pre-commit filename typo

This commit is contained in:
Rob Loranger 2023-10-19 17:44:01 -07:00 committed by Robbie
parent 50ca15d821
commit cb07f81a1f
1 changed files with 1 additions and 1 deletions

View File

@ -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. 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. After cloning the repo, the file `pre-commit` to `.git/hooks/pre-commit`. That's it.