Skip to content

Commit

Permalink
fix: shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
praetoriansentry committed Mar 18, 2024
1 parent 2be123d commit 291d2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/templates/run-contract-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jq --slurpfile rollup create_rollup_output.json '. + $rollup[0]' deploy_output.j
# older fork7 code to be compatibile with some of the fork8
# automations. This schema matching can be dropped once this is
# versioned up to 8
fork_id={{.zkevm_fork_id}}
fork_id="{{.zkevm_fork_id}}"
if [[ fork_id -lt 8 ]]; then
jq '.polygonRollupManagerAddress = .polygonRollupManager' combined.json > c.json; mv c.json combined.json
jq '.deploymentRollupManagerBlockNumber = .deploymentBlockNumber' combined.json > c.json; mv c.json combined.json
Expand Down

0 comments on commit 291d2a8

Please sign in to comment.