Skip to content

Commit

Permalink
change --manifestJs arg type in a 2nd place
Browse files Browse the repository at this point in the history
  • Loading branch information
bworline committed Apr 7, 2021
1 parent b084b37 commit 32aa8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/exec/extension/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class ExtensionBase<T> extends TfCommand<ExtensionArguments, T> {
"manifestJs",
"Manifest JS file",
"A manifest in the form of a JS file with an exported function that can be called by node and will return the manifest JSON object.",
args.StringArgument,
args.ReadableFilePathsArgument,
null,
);
this.registerCommandArgument(
Expand Down

0 comments on commit 32aa8e0

Please sign in to comment.