Skip to content

Commit

Permalink
fix for handlebars-setup arg (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
dabari authored and cookpete committed Jun 20, 2019
1 parent 4ff20fd commit eca0bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async function getOptions (argv) {
.option('--sort-commits [property]', `sort commits by property, default: ${DEFAULT_OPTIONS.sortCommits}`)
.option('--include-branch [branch]', 'one or more branches to include commits from, comma separated', str => str.split(','))
.option('--release-summary', 'use tagged commit message body as release summary')
.option('--handlebars-setup', 'handlebars setup file')
.option('--handlebars-setup <file>', 'handlebars setup file')
.option('--stdout', 'output changelog to stdout')
.version(version)
.parse(argv)
Expand Down

0 comments on commit eca0bb3

Please sign in to comment.