diff --git a/FlowPluginsTs/CommunityFlowPlugins/tools/runCli/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/tools/runCli/1.0.0/index.ts index f29093e..b06893a 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/tools/runCli/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/tools/runCli/1.0.0/index.ts @@ -256,7 +256,7 @@ const plugin = async (args: IpluginInputArgs): Promise => { const res = await cli.runCli(); if (res.cliExitCode !== 0) { - const msg = `Running ${userCli} failed`; + const msg = `Running ${cliPath} failed`; args.jobLog(msg); throw new Error(msg); }