Skip to content

Commit 2dbf4a4

Browse files
authored
fix: typo in natextip for op-geth (#281)
1 parent f0eb7f1 commit 2dbf4a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geth/geth-entrypoint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if [ "${OP_GETH_BOOTNODES+x}" = x ]; then
3838
ADDITIONAL_ARGS="$ADDITIONAL_ARGS --bootnodes=$OP_GETH_BOOTNODES"
3939
fi
4040

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

0 commit comments

Comments
 (0)