Skip to content

Commit 0bb110c

Browse files
Fix.
1 parent 9a4ac97 commit 0bb110c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/exec/build/tasks/default.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class BuildTaskBase<T> extends buildBase.BuildBase<TaskArguments, T> {
2626
this.registerCommandArgument("all", "All Tasks?", "Get all build tasks.", args.BooleanArgument, "false");
2727
this.registerCommandArgument("taskId", "Task ID", "Identifies a particular Build Task.", args.StringArgument);
2828
this.registerCommandArgument("taskPath", "Task path", "Local path to a Build Task.", args.ExistingDirectoriesArgument, null);
29-
this.registerCommandArgument("taskZipPath", "Task zip path", "Location path to an already zipped path", args.StringArgument, null);
29+
this.registerCommandArgument("taskZipPath", "Task zip path", "Local path to an already zipped task", args.StringArgument, null);
3030
this.registerCommandArgument("overwrite", "Overwrite?", "Overwrite existing Build Task.", args.BooleanArgument, "false");
3131

3232
this.registerCommandArgument("taskName", "Task Name", "Name of the Build Task.", args.StringArgument);

0 commit comments

Comments
 (0)