mirror of https://github.com/embarklabs/embark.git
fixed windows paths
This commit is contained in:
parent
743c4fa8cb
commit
381cdaa57a
|
@ -200,7 +200,7 @@ Config.prototype.loadBlockchainConfigFile = function() {
|
||||||
__('Please also make sure the keystore file for the account is located at: ') +
|
__('Please also make sure the keystore file for the account is located at: ') +
|
||||||
'\n - Mac: ' + `~/Library/Ethereum/${this.env}/keystore`.italic +
|
'\n - Mac: ' + `~/Library/Ethereum/${this.env}/keystore`.italic +
|
||||||
'\n - Linux: ' + `~/.ethereum/${this.env}/keystore`.italic +
|
'\n - Linux: ' + `~/.ethereum/${this.env}/keystore`.italic +
|
||||||
'\n - Windows: ' + `%APPDATA%\Ethereum/${this.env}/keystore`.italic) +
|
'\n - Windows: ' + `%APPDATA%\\Ethereum\\${this.env}\\keystore`.italic) +
|
||||||
__('\n\nAlternatively, you could change ' +
|
__('\n\nAlternatively, you could change ' +
|
||||||
`config/blockchain.js > ${this.env} > networkType`.italic +
|
`config/blockchain.js > ${this.env} > networkType`.italic +
|
||||||
__(' to ') +
|
__(' to ') +
|
||||||
|
|
Loading…
Reference in New Issue