We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ab55f8 + 53893ca commit 5357e18Copy full SHA for 5357e18
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