Skip to content

Commit

Permalink
fix macro table rendering command
Browse files Browse the repository at this point in the history
  • Loading branch information
utaal committed Aug 19, 2024
1 parent 86cc73d commit a8d0af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macro-stats/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ docker run --platform=linux/amd64 --rm -it -v .:/root/eval -w /root/eval ghcr.io

print_top_header "rendering table"

docker run --platform=linux/amd64 --rm -it -v .:/root/eval -w /root/eval kjarosh/latex:2024.2-small /bin/bash util/entry-render-table.sh
docker run --platform=linux/amd64 --rm -it -v .:/root/eval -w /root/eval kjarosh/latex:2024.2-small /bin/sh util/entry-render-table.sh

0 comments on commit a8d0af6

Please sign in to comment.