1
0
mirror of https://github.com/dap-ps/discover.git synced 2025-01-31 03:26:13 +00:00

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

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 = \