Skip to content

Commit

Permalink
docs: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Mar 14, 2018
1 parent 7c98329 commit 92768ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmds/commitlint.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ function checkOutAndLint () {

exec('git rev-parse --verify master')
.then(runLinter)
.catch(checkOutAndLint)
.catch(checkOutAndLint) // In case of failure, check out 'master' from remote.

0 comments on commit 92768ee

Please sign in to comment.