Skip to content

Commit

Permalink
micapipe uses non-us spelling of license SKIPCI
Browse files Browse the repository at this point in the history
  • Loading branch information
vnm-neurodesk committed Nov 7, 2024
1 parent dbd0a15 commit 6a1aa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/micapipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ neurodocker generate ${neurodocker_buildMode} \
--env DEPLOY_PATH=/opt/${toolName}/ \
--copy README.md /README.md \
--copy test.sh /test.sh \
--copy license.txt /opt/license.txt \
--copy license.txt /opt/licence.txt \
> ${imageName}.${neurodocker_buildExt}

if [ "$1" != "" ]; then
Expand Down

0 comments on commit 6a1aa5a

Please sign in to comment.