Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/mix/tasks/git_ops.message_hook.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule Mix.Tasks.GitOps.MessageHook do
Installs a Git #{@commit_msg_hook_name} hook to automatically check if the commit message follows
the Conventional Commits spec:

mix git_ops.msg_hook
mix git_ops.message_hook

The actual check is done by using the git_ops.check_message mix task:

Expand Down