summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ci/funs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/funs.sh b/ci/funs.sh
index 9772535be..4a8887658 100644
--- a/ci/funs.sh
+++ b/ci/funs.sh
@@ -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
 }