summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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