From 7d68dd1b4e392d8ba201808b2138d889ff5415c7 Mon Sep 17 00:00:00 2001 From: Charlie Lye Date: Tue, 9 Jan 2024 15:45:40 +0000 Subject: [PATCH] yolo fix --- aztec-up/bin/aztec-up | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aztec-up/bin/aztec-up b/aztec-up/bin/aztec-up index a7cddea031a..6f86c093fa8 100755 --- a/aztec-up/bin/aztec-up +++ b/aztec-up/bin/aztec-up @@ -1,6 +1,6 @@ #!/usr/bin/env bash set -euo pipefail -export VERSION=${1:-$VERSION} +export VERSION=${1:-${VERSION:-}} export NON_INTERACTIVE=1 bash -i <(curl -s http://install.aztec.network)