Skip to content

Commit 29e2760

Browse files
committed
CI: Fix syntax error in env.sh
1 parent c6168de commit 29e2760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ NIGHTLY_WHEELS="https://pypi.anaconda.org/scipy-wheels-nightly/simple"
1010
STAGING_WHEELS="https://pypi.anaconda.org/multibuild-wheels-staging/simple"
1111
PRE_PIP_FLAGS="--pre --extra-index-url $NIGHTLY_WHEELS --extra-index-url $STAGING_WHEELS"
1212

13-
for CONF in (/etc/fsl/fsl.sh /etc/afni/afni.sh); do
13+
for CONF in /etc/fsl/fsl.sh /etc/afni/afni.sh; do
1414
if [ -r $CONF ]; then source $CONF; fi
1515
done
1616

0 commit comments

Comments
 (0)