diff --git a/geth-entrypoint b/geth-entrypoint index bf341e9..4bed268 100755 --- a/geth-entrypoint +++ b/geth-entrypoint @@ -61,6 +61,6 @@ exec ./geth \ --nat=extip:$HOST_IP \ --rollup.sequencerhttp="$OP_GETH_SEQUENCER_HTTP" \ --rollup.halt=major \ - --op-network=$OP_NODE_NETWORK" \ + --op-network="$OP_NODE_NETWORK" \ --port="$P2P_PORT" \ $ADDITIONAL_ARGS # intentionally unquoted