From 807831e9cb5c1b477cf059a603b18deff3159c79 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Sun, 2 Jun 2024 09:27:57 +0200 Subject: [PATCH] docs: add missing `check` keyword to commit-msg hook example --- docs/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.md b/docs/cli.md index e1bc30b..db2ca34 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -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