diff --git a/Taskfile.yml b/Taskfile.yml index 8ef2dc4..69cf684 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -49,7 +49,7 @@ tasks: "${OPENREFINE_APPDIR}/client" example \ --output output/deduped.tsv - check: + check: - | # check log file for any warnings if grep -i 'exception\|error' "${OPENREFINE_TMPDIR}/log.txt" then echo 1>&2 "log contains warnings!"; echo; cat "${OPENREFINE_TMPDIR}/log.txt"; exit 1