Skip to content

Commit

Permalink
Fix missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Nov 7, 2023
1 parent a22bf5c commit d56e5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geth-entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d56e5b1

Please sign in to comment.