From 9eb603a1e83a6c7813ac836cc3c355f2777ee15e Mon Sep 17 00:00:00 2001 From: Edmond Lee Date: Tue, 26 May 2020 12:56:38 -0700 Subject: [PATCH] change generate deploy script tool back to hard code of tezos-client --- .../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 fe9af8fc7..69ec2884e 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 = `${generateDeployScript.tool} \\ + const output = `tezos-client \\ originate \\ contract \\ ${title} \\