diff --git a/tools/webide/packages/client/src/redux/actions/generate-deploy-script.ts b/tools/webide/packages/client/src/redux/actions/generate-deploy-script.ts index 69ec2884e..fe9af8fc7 100644 --- a/tools/webide/packages/client/src/redux/actions/generate-deploy-script.ts +++ b/tools/webide/packages/client/src/redux/actions/generate-deploy-script.ts @@ -81,7 +81,7 @@ export class GenerateDeployScriptAction extends CancellableAction { } const title = slugify(editor.title).toLowerCase() || 'untitled'; - const output = `tezos-client \\ + const output = `${generateDeployScript.tool} \\ originate \\ contract \\ ${title} \\