fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user