Skip to content

Commit

Permalink
fix: typo in natextip for op-geth (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
danyalprout authored Jun 20, 2024
1 parent f0eb7f1 commit 2dbf4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geth/geth-entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if [ "${OP_GETH_BOOTNODES+x}" = x ]; then
ADDITIONAL_ARGS="$ADDITIONAL_ARGS --bootnodes=$OP_GETH_BOOTNODES"
fi

if [ "${HOST_IP:+x}" = x]; then
if [ "${HOST_IP:+x}" = x ]; then
ADDITIONAL_ARGS="$ADDITIONAL_ARGS --nat=extip:$HOST_IP"
fi

Expand Down

0 comments on commit 2dbf4a4

Please sign in to comment.