diff --git a/scripts/git/commit-msg.js b/scripts/git/commit-msg.js index 255c6eff1e..37d662549f 100755 --- a/scripts/git/commit-msg.js +++ b/scripts/git/commit-msg.js @@ -24,8 +24,8 @@ if (msgFile) { isValid = checkMsg(firstLine); if (!isValid) { - console.error('\nCheck CONTRIBUTING.md at the root of the repo for more information.') + console.error('\nCheck CONTRIBUTING.md at the root of the repo for more information.'); } } -process.exit(isValid ? 0 : 1); \ No newline at end of file +process.exit(isValid ? 0 : 1);