This commit is contained in:
cubedro
2015-03-04 23:02:00 +02:00
parent cb12693434
commit 5a468ad6b8
4 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ if(process.env.NODE_ENV === 'production')
{
INSTANCE_NAME = shelljs.exec('ec2metadata --instance-id', {silent: true}).output;
if(ETH_IMPLEMENTATION === 'Go')
if(ETH_IMPLEMENTATION === 'go')
{
ETH_VERSION = shelljs.exec('ethereum -version', {silent: true}).output;
}