fixed windows paths

This commit is contained in:
emizzle 2018-10-04 22:27:57 +10:00 committed by Pascal Precht
parent 743c4fa8cb
commit 381cdaa57a
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ Config.prototype.loadBlockchainConfigFile = function() {
__('Please also make sure the keystore file for the account is located at: ') +
'\n - Mac: ' + `~/Library/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 ' +
`config/blockchain.js > ${this.env} > networkType`.italic +
__(' to ') +