fix: remove indentation

This commit is contained in:
Richard Ramos 2019-08-13 07:55:04 -04:00 committed by Andy Tudhope
parent 50ddbe4779
commit 23e7f9b04b
1 changed files with 5 additions and 5 deletions

View File

@ -7,11 +7,11 @@ export WALLET_MNEMONIC ?= erupt point century seek certain escape solution flee
ifeq ($(NODE_ENV),production)
export EMBARK_TARGET ?= livenet
else
ifeq ($(NODE_ENV), localhost)
export EMBARK_TARGET ?= development
else
export EMBARK_TARGET ?= testnet
endif
ifeq ($(NODE_ENV), localhost)
export EMBARK_TARGET ?= development
else
export EMBARK_TARGET ?= testnet
endif
endif
HELP_FUN = \