Skip to content

Commit 53d0705

Browse files
committed
Update contributing guide
1 parent 455e765 commit 53d0705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ To format files and commit changes:
152152

153153
```bash
154154
# This should autoformat the files
155-
bash pre-committ -a
155+
pre-commit -a
156156
# If everything is OK, then commit
157157
git add .
158158
git commit -m "Added awesome feature"

0 commit comments

Comments
 (0)