Skip to content

Commit

Permalink
spelling: appropriate
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Jul 20, 2022
1 parent b9e96b3 commit 53893ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-secrets
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53893ca

Please sign in to comment.