Skip to content

Commit

Permalink
add missing backslah
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Hamilton committed Nov 16, 2023
1 parent 3c48a5f commit 19fa117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoints/validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19fa117

Please sign in to comment.