Skip to content

Commit

Permalink
refactor: exported command cannot be default
Browse files Browse the repository at this point in the history
  • Loading branch information
varl committed Feb 6, 2019
1 parent 4877cfe commit 53e5b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmds/git-commit.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const load = require('@commitlint/load')
const lint = require('@commitlint/lint')
const format = require('@commitlint/format')

exports.command = '$0'
exports.command = 'commit'

exports.describe = 'Format commit messages according to DHIS2 rules.'

Expand Down

0 comments on commit 53e5b1b

Please sign in to comment.