From d56e5b139d5deae298af989dfcd3acbb25e28d8a Mon Sep 17 00:00:00 2001 From: Michael de Hoog Date: Tue, 7 Nov 2023 07:49:04 -1000 Subject: [PATCH] Fix missing quote --- geth-entrypoint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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