Skip to content

Commit

Permalink
Merge pull request #10 from Incognito/patch-3
Browse files Browse the repository at this point in the history
Fix advice about overriding pre-push hook
  • Loading branch information
dflourusso authored Aug 8, 2018
2 parents c5ebb7a + 3c500ef commit ead5956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ Hook.log = {
'hook returned an exit code (%d). If you\'re feeling adventurous you can',
'skip the git pre-push hooks by adding the following flags to your push:',
'',
' git push -n (or --no-verify)',
' git push --no-verify',
'',
'This is ill-advised since the push is broken.'
].join('\n')
Expand Down

0 comments on commit ead5956

Please sign in to comment.