We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7882b2e commit e0ec3e1Copy full SHA for e0ec3e1
.circleci/config.yml
@@ -451,7 +451,7 @@ jobs:
451
which dmriprep | grep sdist\\/bin
452
INSTALLED_VERSION=$(dmriprep --version)
453
INSTALLED_VERSION=${INSTALLED_VERSION%$'\r'}
454
- INSTALLED_VERSION=${INSTALLED_VERSION#*"dmriprep v"}
+ INSTALLED_VERSION=${INSTALLED_VERSION#*"dMRIPrep v"}
455
echo "VERSION: \"$THISVERSION\""
456
echo "INSTALLED: \"$INSTALLED_VERSION\""
457
test "$INSTALLED_VERSION" = "$THISVERSION"
0 commit comments