diff --git a/sh/husky.sh b/sh/husky.sh index 7ee45d425..b8d044a73 100644 --- a/sh/husky.sh +++ b/sh/husky.sh @@ -58,7 +58,7 @@ debug "Current working directory is $(pwd)" # Skip fast if hookName is not defined if ! hookIsDefined; then - debug "$hookName config not found, skip" + debug "$hookName config not found, skipping hook" exit 0 fi diff --git a/src/installer/__tests__/__snapshots__/scripts.ts.snap b/src/installer/__tests__/__snapshots__/scripts.ts.snap index eeeab47af..0c6d9189a 100644 --- a/src/installer/__tests__/__snapshots__/scripts.ts.snap +++ b/src/installer/__tests__/__snapshots__/scripts.ts.snap @@ -87,7 +87,7 @@ debug \\"Current working directory is $(pwd)\\" # Skip fast if hookName is not defined if ! hookIsDefined; then - debug \\"$hookName config not found, skip\\" + debug \\"$hookName config not found, skipping hook\\" exit 0 fi