Skip to content

Commit

Permalink
docs: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Apr 25, 2018
1 parent a31a1ac commit 7494775
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 7494775

Please sign in to comment.