Skip to content

Commit

Permalink
Correct default
Browse files Browse the repository at this point in the history
  • Loading branch information
bensteinberg committed Nov 20, 2024
1 parent c1e642a commit 97224d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ program.addOption(
program.addOption(
new Option('--provenance-summary <bool>', 'Add provenance summary to capture?')
.choices(['true', 'false'])
.default(String(defaults.captureVideoAsAttachment))
.default(String(defaults.provenanceSummary))
)

program.addOption(
Expand Down

0 comments on commit 97224d5

Please sign in to comment.