change generate deploy script tool back to hard code of tezos-client
This commit is contained in:
parent
78166c13d3
commit
9eb603a1e8
@ -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} \\
|
||||
|
Loading…
Reference in New Issue
Block a user