Skip to content

Commit

Permalink
refactor: optimize code (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji authored Nov 21, 2024
1 parent c3264d6 commit b732aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ program
.option('-e --errorMessage <message>', 'Validation failed to display error messages')
.option('-w --warningMessage <message>', 'Validation failed to display warning messages')
.description('Lint commit message')
.action(async (option) => commitLint(option))
.action((option) => commitLint(option))

program.parse()

0 comments on commit b732aa2

Please sign in to comment.