From bb0f006a218aa958e37ecfeff71a21a54618c9c4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 12 Jul 2021 12:13:55 +0300 Subject: fix: use correct name for Subplot binary Sponsored-by: author --- check | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'check') 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. -- cgit v1.2.1