Skip to content

Commit e0ec3e1

Browse files
committed
fix: update circle's test_deploy_pypi build
1 parent 7882b2e commit e0ec3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ jobs:
451451
which dmriprep | grep sdist\\/bin
452452
INSTALLED_VERSION=$(dmriprep --version)
453453
INSTALLED_VERSION=${INSTALLED_VERSION%$'\r'}
454-
INSTALLED_VERSION=${INSTALLED_VERSION#*"dmriprep v"}
454+
INSTALLED_VERSION=${INSTALLED_VERSION#*"dMRIPrep v"}
455455
echo "VERSION: \"$THISVERSION\""
456456
echo "INSTALLED: \"$INSTALLED_VERSION\""
457457
test "$INSTALLED_VERSION" = "$THISVERSION"

0 commit comments

Comments
 (0)