Skip to content

Commit 32aa8e0

Browse files
committed
change --manifestJs arg type in a 2nd place
1 parent b084b37 commit 32aa8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/exec/extension/default.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export class ExtensionBase<T> extends TfCommand<ExtensionArguments, T> {
8282
"manifestJs",
8383
"Manifest JS file",
8484
"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.",
85-
args.StringArgument,
85+
args.ReadableFilePathsArgument,
8686
null,
8787
);
8888
this.registerCommandArgument(

0 commit comments

Comments
 (0)