Skip to content

Commit 06d0f8d

Browse files
committed
fix if else statement
Signed-off-by: Nell Shamrell <[email protected]>
1 parent 0f28c31 commit 06d0f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/scripts/setup-environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
1616
#if [[ -z "$INITIAL_RUST_CONFIGURE_ARGS" ]]; then
1717
#INITIAL_RUST_CONFIG=${INITIAL_RUST_CONFIGURE_ARGS}
1818

19-
if [[ -z "${INITIAL_RUST_CONFIGURE_ARGS}"]]
19+
if [[ -z "${INITIAL_RUST_CONFIGURE_ARGS}"]]; then
2020
INITIAL_RUST_CONFIG=""
2121
else
2222
INITIAL_RUST_CONFIG="${INITIAL_RUST_CONFIGURE_ARGS}"

0 commit comments

Comments
 (0)