mirror of https://github.com/embarklabs/embark.git
remove extra character in template causing issues with the console
This commit is contained in:
parent
9cd98d9ecb
commit
daba3b9319
|
@ -1,3 +1,3 @@
|
||||||
__mainContext.web3 = undefined;
|
__mainContext.web3 = undefined;
|
||||||
web3 = new Web3(new Web3.providers.HttpProvider("<%- url -%>'"));
|
web3 = new Web3(new Web3.providers.HttpProvider("<%- url -%>"));
|
||||||
<%- done %>
|
<%- done %>
|
||||||
|
|
Loading…
Reference in New Issue