Skip to content

Commit

Permalink
Merge pull request #1004 from WarrenFerrell/master
Browse files Browse the repository at this point in the history
Fix pre-commit directory
  • Loading branch information
JoeRobich committed Feb 24, 2021
2 parents 9c8f887 + e3aa1d2 commit 907bf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations.md
Expand Up @@ -3,7 +3,7 @@ Collection of advice how to auto check/format. Every sample expects dotnet forma

## Pre-commit hook to reformat

Create file `.git/pre-commit` with following contents:
Create file `.git/hooks/pre-commit` with following contents:
```sh
#!/bin/sh
LC_ALL=C
Expand Down

0 comments on commit 907bf31

Please sign in to comment.