From 78166c13d3543d5348c335b3bed1a844b948b034 Mon Sep 17 00:00:00 2001 From: Edmond Lee Date: Tue, 26 May 2020 11:47:30 -0700 Subject: [PATCH] update generate deploy script from hardcoded tezos-client tool to dynamic tool --- .../packages/client/src/redux/actions/generate-deploy-script.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} \\