From 19fa117a7681914b3697e0c5904ff509041e942c Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Thu, 16 Nov 2023 11:54:31 +0300 Subject: [PATCH] add missing backslah --- entrypoints/validator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoints/validator.sh b/entrypoints/validator.sh index b93d6ab..bb242cd 100755 --- a/entrypoints/validator.sh +++ b/entrypoints/validator.sh @@ -13,7 +13,7 @@ cd /app/fendermint cargo make -e BASE_DIR=/tmp/data/.ipc/${SUBNET_ID} -e SUBNET_ID=${SUBNET_ID} --makefile ./infra/Makefile.toml \ -e PRIVATE_KEY_PATH=${PRIVATE_KEY_PATH} \ -e SUBNET_ID=${SUBNET_ID} \ - -e BOOTSTRAPS=${BOOTSTRAP_ID} + -e BOOTSTRAPS=${BOOTSTRAP_ID} \ -e PARENT_REGISTRY=${PARENT_REGISTRY} \ -e PARENT_GATEWAY=${PARENT_GATEWAY} \ child-validator