Fix mistype.

This commit is contained in:
cheatfate 2020-10-12 16:10:23 +03:00 committed by zah
parent e0fcda090f
commit d484ec27f6
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ testnet0 testnet1: | beacon_node signing_process
#- https://www.gnu.org/software/make/manual/html_node/Multi_002dLine.html
#- macOS doesn't support "=" at the end of "define FOO": https://stackoverflow.com/questions/13260396/gnu-make-3-81-eval-function-not-working
define CONNECT_TO_NETWORK
scripts/makedir.sh build/data/shared_$(1)_$(NODE_ID))
scripts/makedir.sh build/data/shared_$(1)_$(NODE_ID)
scripts/make_prometheus_config.sh \
--nodes 1 \