diff --git a/bin/index.js b/bin/index.js index bd6a25a..d6569ff 100755 --- a/bin/index.js +++ b/bin/index.js @@ -42,6 +42,6 @@ program .option('-e --errorMessage ', 'Validation failed to display error messages') .option('-w --warningMessage ', 'Validation failed to display warning messages') .description('Lint commit message') - .action(async (option) => commitLint(option)) + .action((option) => commitLint(option)) program.parse()