Skip to content

Commit d62a298

Browse files
authored
fix typo in ci/funs.sh (#18115)
1 parent 1e01651 commit d62a298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/funs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ nimInternalBuildKochAndRunCI(){
4343
echo_run nim c koch
4444
if ! echo_run ./koch runCI; then
4545
echo_run echo "runCI failed"
46-
echo_run nim r -tools/ci_testresults.nim
46+
echo_run nim r tools/ci_testresults.nim
4747
return 1
4848
fi
4949
}

0 commit comments

Comments
 (0)