From 92768ee38655272f962a15ab13a2d954f2aafc9d Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Wed, 14 Mar 2018 15:05:22 +0000 Subject: [PATCH] docs: add comment --- cmds/commitlint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/commitlint.js b/cmds/commitlint.js index 8aa9359c7..3bce64c00 100644 --- a/cmds/commitlint.js +++ b/cmds/commitlint.js @@ -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.