We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e96b3 commit 53893caCopy full SHA for 53893ca
git-secrets
@@ -194,7 +194,7 @@ prepare_commit_msg_hook() {
194
195
install_hook() {
196
local path="$1" hook="$2" cmd="$3" dest
197
- # Determines the approriate path for a hook to be installed
+ # Determines the appropriate path for a hook to be installed
198
if [ -d "${path}/hooks/${hook}.d" ]; then
199
dest="${path}/hooks/${hook}.d/git-secrets"
200
else
0 commit comments