From 53893cadf661c127fc8a59327ac3b35fa4d3279d Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 20 Jul 2022 04:11:02 -0400 Subject: [PATCH] spelling: appropriate Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- git-secrets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-secrets b/git-secrets index 11be153..0e47431 100755 --- a/git-secrets +++ b/git-secrets @@ -194,7 +194,7 @@ prepare_commit_msg_hook() { install_hook() { local path="$1" hook="$2" cmd="$3" dest - # Determines the approriate path for a hook to be installed + # Determines the appropriate path for a hook to be installed if [ -d "${path}/hooks/${hook}.d" ]; then dest="${path}/hooks/${hook}.d/git-secrets" else