Skip to content

Commit

Permalink
fix: justfile conditional error
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef authored and RolandSherwin committed Apr 15, 2024
1 parent 8eb22d8 commit 59cec7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59cec7b

Please sign in to comment.