Fixed comment

This commit is contained in:
dbroqua 2018-05-10 18:03:53 +02:00
parent 04c006f41c
commit bb73a5ceae

View File

@ -54,7 +54,7 @@ for image in {*.jpg,*.JPG} ; do
continue
fi
# Convert covert
# Convert cover
if [ "${image}" == "${COVERFILE}" ] ; then
echo -e "${GREEN}Converting cover file${RESET}"