summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-07-12 12:13:55 +0300
committerLars Wirzenius <liw@liw.fi>2021-07-12 12:13:55 +0300
commitbb0f006a218aa958e37ecfeff71a21a54618c9c4 (patch)
treef73deca7fca3ed994b4fa149f9a1ab691e7a917d /check
parent29d6307cdc5ebd8b3a24e1cb424e65f92f832568 (diff)
downloaddebian-ansible-bb0f006a218aa958e37ecfeff71a21a54618c9c4.tar.gz
fix: use correct name for Subplot binary
Sponsored-by: author
Diffstat (limited to 'check')
-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.