fixed typo in line 236

This commit is contained in:
Felix Lohmeier 2017-03-01 23:56:05 +01:00
parent 631557e74a
commit f466df1e46
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
# openrefine-batch.sh, Felix Lohmeier, v0.6.3, 01.03.2017
# openrefine-batch.sh, Felix Lohmeier, v0.6.4, 01.03.2017
# https://github.com/felixlohmeier/openrefine-batch
# user input
@ -232,7 +232,7 @@ docker rm ${uuid}
rm -r -f ${outputdir}/workspace*.json
# delete duplicates from copied projects
if [ -n "$crossprojects" ]; then
for i in "${crossprojects[@]}" ; do rm -r -f ${outputdir}/${i} done
for i in "${crossprojects[@]}" ; do rm -r -f ${outputdir}/${i} ; done
fi
echo ""