diff --git a/FlowPluginsTs/CommunityFlowPlugins/tools/runCli/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/tools/runCli/1.0.0/index.ts index 0495ddf..f29093e 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/tools/runCli/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/tools/runCli/1.0.0/index.ts @@ -192,7 +192,7 @@ const plugin = async (args: IpluginInputArgs): Promise => { args.inputs = lib.loadDefaultValues(args.inputs, details); const userCli = String(args.inputs.userCli); - const useCustomCliPath = args.inputs.useCustomCliPath; + const { useCustomCliPath } = args.inputs; const customCliPath = String(args.inputs.customCliPath); let cliPath = '';