Skip to content

Commit

Permalink
update failure message (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
Judahmeek authored and typicode committed Mar 7, 2017
1 parent be435ca commit 7af95d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -137,7 +137,7 @@ function getHookScript (hookName, relativePath, cmd) {
'npm run -s ' + cmd + ' || {',
' echo',
' echo "> husky - ' + hookName + ' hook failed (add --no-verify to bypass)"',
' echo "> husky - to debug, use \'npm run precommit\'"',
' echo "> husky - to debug, use \'npm run ' + hookName + '\'"',
' exit 1',
'}',
''
Expand Down

0 comments on commit 7af95d3

Please sign in to comment.