Skip to content

Commit 9295dec

Browse files
authored
fix typo
1 parent 5202e7c commit 9295dec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/games.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
-sprt elo0=0 elo1=2 alpha=0.05 beta=0.05 | tee results.txt
119119
120120
./ordo-linux64 -o ratings.txt -- games.pgn
121-
tac results.txt | sed -n '/Total Time/,/^--------------------------------------------------$/p' | tac >> ratings.txtv
121+
tac results.txt | sed -n '/Total Time/,/^--------------------------------------------------$/p' | tac >> ratings.txt
122122
123123
- name: Upload results
124124
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)