Skip to content

Commit

Permalink
[FIX] small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Levitas committed Feb 15, 2024
1 parent ca9448a commit d46adf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/preprocess.sh
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ else

if [ ! -s $root/list ]; then
echo "Could not find any MRI (or PET) DICOM files in upload. Uploaded files likely do not conform to DICOM format, aborting"
echo "Please contact the ezBIDS team ([email protected]) or https://github.com/brainlife/ezbids/issues for assistance
echo "Please contact the ezBIDS team ([email protected]) or https://github.com/brainlife/ezbids/issues for assistance"
exit 1
fi

Expand Down

0 comments on commit d46adf2

Please sign in to comment.