Skip to content

Commit a4677fe

Browse files
committed
✏️ Fix typo
[rebuild FSL.data] [rebuild FSL.5.0.10-bionic] [rebuild FSL.5.0.9-5.neurodebian-xenial] [rebuild FSL.6.0.6.4-Python3.10-bionic]
1 parent a0b2215 commit a4677fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/Dockerfiles/FSL.data.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ USER root
44

55
# install CPAC resources into FSL
66
COPY dev/docker_data/checksum/FSL.data.sha384 /tmp/checksum.sha384
7-
RUN mkdir -p /fsl_data/atlases/HarvordOxford fsl_data/standard/tissuepriors \
7+
RUN mkdir -p /fsl_data/atlases/HarvardOxford fsl_data/standard/tissuepriors \
88
&& curl -sL http://fcon_1000.projects.nitrc.org/indi/cpac_resources.tar.gz -o /tmp/cpac_resources.tar.gz \
99
&& sha384sum --check /tmp/checksum.sha384 \
1010
&& tar xfz /tmp/cpac_resources.tar.gz -C /tmp \

0 commit comments

Comments
 (0)