summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-05-23 11:02:14 +0300
committerLars Wirzenius <liw@liw.fi>2021-05-23 11:02:14 +0300
commit629429f75b84ecbc86a8b47a2f2beebd90cc905e (patch)
treeb51e0fdf50865739746ef5297dbd222e6e8cac15
parent1efa96bcf2ac4de6b978c13ff265fc0c11662b43 (diff)
downloadewww-629429f75b84ecbc86a8b47a2f2beebd90cc905e.tar.gz
fix: use new Subplot command name
-rwxr-xr-xcheck4
1 files changed, 2 insertions, 2 deletions
diff --git a/check b/check
index 53b1ee3..b55a411 100755
--- a/check
+++ b/check
@@ -38,11 +38,11 @@ codegen() {
then
run=--run
fi
- $hideok sp-codegen "$1" --output "$2" $run
+ $hideok subplot codegen "$1" --output "$2" $run
}
docgen() {
- sp-docgen "$1" --output "$2"
+ subplot docgen "$1" --output "$2"
}
$hideok cargo build --all-targets