diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-05-27 09:04:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-27 09:04:10 -0700 |
commit | d62a298a2834b9a35aac4d922a810a772cd3bc1d (patch) | |
tree | fbe88c15a13e5c3988741c61ababf31ea32e1b99 | |
parent | 1e0165186bb8539cfd8aca1a7af8d01dc278bd46 (diff) | |
download | Nim-d62a298a2834b9a35aac4d922a810a772cd3bc1d.tar.gz |
fix typo in ci/funs.sh (#18115)
-rw-r--r-- | ci/funs.sh | 2 |
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 } |