summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-10 16:11:24 +0000
committerLars Wirzenius <liw@liw.fi>2021-04-10 16:11:24 +0000
commitb5c7c3f5bcaab4b0eaa9f661a76b2a0a079dfccc (patch)
tree58a7dc11cca8ea48ba4bb6b51e2be49d6340464f
parent5839fa7d25ef9054aa06afe72073d9eee2aa93a7 (diff)
parent71a43b70d5598612295047ccdeeb0caf248871f2 (diff)
downloadobnam2-b5c7c3f5bcaab4b0eaa9f661a76b2a0a079dfccc.tar.gz
Merge branch 'subplot' into 'main'
chore: use new Subplot binary name See merge request larswirzenius/obnam!136
-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