Skip to content

Commit abe6bfd

Browse files
committed
fixed monitor issue
1 parent 36b6b76 commit abe6bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wmiocli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ program.command('flowservice-execute <project-id> <flow-name> [input-json]')
659659
experimental.projectDeployments(projectId);
660660
});
661661

662-
program.command('experimental-workflow-monitor [execution-status] [start-date] [end-date] [project-id] [workflow-id] ',{hidden: true})
662+
program.command('experimental-workflow-monitor [execution-status] [start-date] [end-date] [project-id] [workflow-id]',{hidden: true})
663663
.description('List Workflow Monitor')
664664
.action((executionStatus,startDate,endDate,projectId,workflowId) => {
665665
checkOptions();

0 commit comments

Comments
 (0)