Skip to content

Commit

Permalink
add the space between 'skipping' and hookName (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
monkindey authored and typicode committed Aug 30, 2017
1 parent 4593470 commit 8a15ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function installFrom(huskyDir) {
case UPDATE:
break
case SKIP:
console.log(`skipping${item.hookName} hook (existing user hook)`)
console.log(`skipping ${item.hookName} hook (existing user hook)`)
break
case CREATE:
break
Expand Down

0 comments on commit 8a15ffd

Please sign in to comment.