fix typo in ci/funs.sh (#18115)

This commit is contained in:
Timothee Cour
2021-05-27 09:04:10 -07:00
committed by GitHub
parent 1e0165186b
commit d62a298a28

View File

@@ -43,7 +43,7 @@ nimInternalBuildKochAndRunCI(){
echo_run nim c koch
if ! echo_run ./koch runCI; then
echo_run echo "runCI failed"
echo_run nim r -tools/ci_testresults.nim
echo_run nim r tools/ci_testresults.nim
return 1
fi
}