Commit 670d2ef8 authored by Matt Solomon's avatar Matt Solomon Committed by GitHub

Update packages/contracts-bedrock/scripts/check-deploy-configs.sh

Co-authored-by: default avatarcoderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
parent 47ead823
......@@ -12,7 +12,7 @@ MONOREPO_BASE=$(dirname "$(dirname "$CONTRACTS_BASE")")
for config in "$CONTRACTS_BASE"/deploy-config/*.json; do
# shellcheck disable=SC2086
if ! go run "$MONOREPO_BASE/op-chain-ops/cmd/check-deploy-config/main.go" --path $config; then
if ! go run "$MONOREPO_BASE/op-chain-ops/cmd/check-deploy-config/main.go" --path "$config"; then
code=1
fi
done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment