Skip to content

Commit 6356fa9

Browse files
authored
fix: Add missing type for channel parameter (#2546) (#2570)
1 parent 870b1d1 commit 6356fa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/program.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@ Example: $0 --help run.
615615
describe:
616616
'The channel for which to sign the addon. Either ' +
617617
"'listed' or 'unlisted'",
618+
type: 'string',
618619
},
619620
'amo-metadata': {
620621
describe:

0 commit comments

Comments
 (0)