From 5cf91452cd6f6214f5aa1a0c232902b4f6c3c31c Mon Sep 17 00:00:00 2001 From: Frank Dugan III Date: Fri, 22 Jan 2021 14:22:26 -0600 Subject: [PATCH] chore: fix typo --- lib/mix/tasks/git_ops.message_hook.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mix/tasks/git_ops.message_hook.ex b/lib/mix/tasks/git_ops.message_hook.ex index 637c715..77e0876 100644 --- a/lib/mix/tasks/git_ops.message_hook.ex +++ b/lib/mix/tasks/git_ops.message_hook.ex @@ -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: