Skip to content

Commit

Permalink
fix: Add missing type for channel parameter (#2546) (#2570)
Browse files Browse the repository at this point in the history
  • Loading branch information
merrx committed Jan 19, 2023
1 parent 870b1d1 commit 6356fa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/program.js
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,7 @@ Example: $0 --help run.
describe:
'The channel for which to sign the addon. Either ' +
"'listed' or 'unlisted'",
type: 'string',
},
'amo-metadata': {
describe:
Expand Down

0 comments on commit 6356fa9

Please sign in to comment.