Skip to content

Commit e11f219

Browse files
committed
fix: typo in cli option
1 parent 9031947 commit e11f219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const {
3232
option('ignorePatch', Boolean),
3333
option('ignoreMinor', Boolean),
3434
option('allowHigherVersions', Boolean),
35-
option('allowZeroVersions', Boolean)
35+
option('allowZeroSubversions', Boolean)
3636
)
3737

3838
if (help) {

0 commit comments

Comments
 (0)