change generate deploy script tool back to hard code of tezos-client

This commit is contained in:
Edmond Lee 2020-05-26 12:56:38 -07:00
parent 78166c13d3
commit 9eb603a1e8

View File

@ -81,7 +81,7 @@ export class GenerateDeployScriptAction extends CancellableAction {
} }
const title = slugify(editor.title).toLowerCase() || 'untitled'; const title = slugify(editor.title).toLowerCase() || 'untitled';
const output = `${generateDeployScript.tool} \\ const output = `tezos-client \\
originate \\ originate \\
contract \\ contract \\
${title} \\ ${title} \\