summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck6
1 files changed, 3 insertions, 3 deletions
diff --git a/check b/check
index fe1c5cc..811274c 100755
--- a/check
+++ b/check
@@ -37,9 +37,9 @@ cat_with_sep subplot/*.yaml roles/*/subplot.yaml > "$dir/subplot.yaml"
(
set -eu -o pipefail
cd "$dir"
- sp-docgen subplot.md -o ../subplot.pdf
- sp-docgen subplot.md -o ../subplot.html
- sp-codegen subplot.md -o ../test.py
+ subplot docgen subplot.md -o ../subplot.pdf
+ subplot docgen subplot.md -o ../subplot.html
+ subplot codegen subplot.md -o ../test.py
)
# Fix private key permissions. git doesn't preserve them.