fix typo
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Jérémy Lecour 2019-03-21 14:14:23 +01:00 committed by Jérémy Lecour
parent a60f14a04e
commit 67e71db0c7

View file

@ -129,7 +129,7 @@ IS_RSYNC=1
failed() {
check_name=$1
shift
checl_comments=$@
check_comments=$@
if [ -n "${check_comments}" ] && [ "${VERBOSE}" = 1 ]; then
printf "%s FAILED! %s\n" "${check_name}" "${check_comments}" 2>&1