Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jan 21, 2020
1 parent 3d3c9cc commit d561a88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sh/husky.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/installer/__tests__/__snapshots__/scripts.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d561a88

Please sign in to comment.