Skip to content

Commit

Permalink
Merge pull request #213 from jsoref/spelling
Browse files Browse the repository at this point in the history
spelling: appropriate
  • Loading branch information
sparr committed Jun 20, 2023
2 parents 0ab55f8 + 53893ca commit 5357e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-secrets
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 5357e18

Please sign in to comment.