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) ifeq ($(NODE_ENV),production)
export EMBARK_TARGET ?= livenet export EMBARK_TARGET ?= livenet
else else
ifeq ($(NODE_ENV), localhost) ifeq ($(NODE_ENV), localhost)
export EMBARK_TARGET ?= development export EMBARK_TARGET ?= development
else else
export EMBARK_TARGET ?= testnet export EMBARK_TARGET ?= testnet
endif endif
endif endif
HELP_FUN = \ HELP_FUN = \