From 729e69ae2cd773ee176935b7d4644db95dd62668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bene=C5=A1?= Date: Mon, 17 Jun 2024 14:42:33 +0100 Subject: [PATCH] fix: aztec-builder port issue (#7068) --- aztec-up/bin/aztec-builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aztec-up/bin/aztec-builder b/aztec-up/bin/aztec-builder index cd4cafc81d2..c940ebf535e 100755 --- a/aztec-up/bin/aztec-builder +++ b/aztec-up/bin/aztec-builder @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -euo pipefail -export SKIP_PORT_ASSIGNMENTS=1 +export SKIP_PORT_ASSIGNMENT=1 export ENV_VARS_TO_INJECT="PXE_URL PRIVATE_KEY DEBUG" export PXE_URL=${PXE_URL:-"http://host.docker.internal:8080"} export ETHEREUM_HOST=${ETHEREUM_HOST:-"http://host.docker.internal:8545"}