diff --git a/Justfile b/Justfile index 49bd390fe8..23054ee34f 100644 --- a/Justfile +++ b/Justfile @@ -105,7 +105,7 @@ build-release-artifacts arch: mkdir artifacts cargo clean - if [[ -n "${NETWORK_VERSION_MODE+x}"]]; then + if [[ -n "${NETWORK_VERSION_MODE+x}" ]]; then echo "The NETWORK_VERSION_MODE variable is set to $NETWORK_VERSION_MODE" export CROSS_CONTAINER_OPTS="--env NETWORK_VERSION_MODE=$NETWORK_VERSION_MODE" fi