Skip to content

Commit

Permalink
docs: add missing check keyword to commit-msg hook example
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSeifert-TomTom committed Jun 2, 2024
1 parent 5b7c3a3 commit 807831e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You can use the CLI as a hook in Git to check messages you wrote by creating a `

```sh
#!/bin/sh
exec commisery "$@"
exec commisery check "$@"
```

## Configuration overview
Expand Down

0 comments on commit 807831e

Please sign in to comment.