summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-10 19:01:06 +0300
committerLars Wirzenius <liw@liw.fi>2021-04-10 19:01:06 +0300
commit71a43b70d5598612295047ccdeeb0caf248871f2 (patch)
tree58a7dc11cca8ea48ba4bb6b51e2be49d6340464f
parent5839fa7d25ef9054aa06afe72073d9eee2aa93a7 (diff)
downloadobnam2-71a43b70d5598612295047ccdeeb0caf248871f2.tar.gz
chore: use new Subplot binary name
-rwxr-xr-xcheck6
1 files changed, 3 insertions, 3 deletions
diff --git a/check b/check
index e463ca2..3156058 100755
--- a/check
+++ b/check
@@ -25,10 +25,10 @@ $hideok cargo build --all-targets
got_cargo_cmd fmt && $hideok cargo fmt -- --check
$hideok cargo test
-sp-docgen obnam.md -o obnam.html
-sp-docgen obnam.md -o obnam.pdf
+subplot docgen obnam.md -o obnam.html
+subplot docgen obnam.md -o obnam.pdf
-sp-codegen obnam.md -o test.py
+subplot codegen obnam.md -o test.py
rm -f test.log
if [ "$(id -un)" = root ]
then