From 34136269a96bc5050c6b7df591b3e343ed5b2efa Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 23 May 2021 11:04:55 +0300 Subject: fix: use new Subplot binary name --- check | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/check b/check index 70004de..70e8b0a 100755 --- a/check +++ b/check @@ -30,10 +30,10 @@ cargo build --all-targets $quiet got_cargo_cmd clippy && cargo clippy $quiet got_cargo_cmd fmt && cargo fmt -- --check -sp-docgen summain.md -o summain.html -sp-docgen summain.md -o summain.pdf +subplot docgen summain.md -o summain.html +subplot docgen summain.md -o summain.pdf -sp-codegen summain.md -o test.py +subplot codegen summain.md -o test.py rm -f test.log $hideok python3 test.py --log test.log "$@" -- cgit v1.2.1