From 8f212111db45d9931d0076aefc581c25f0d0bd4d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 5 Jun 2021 21:48:48 +0300 Subject: change format_subplots to format subplots without scenarios This is for the Obnam tutorial. Sponsored-by: author --- ci-prod.ick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-prod.ick b/ci-prod.ick index 405fe3a..90cade6 100644 --- a/ci-prod.ick +++ b/ci-prod.ick @@ -964,7 +964,7 @@ pipelines: base="$(basename "$file" .md)" ( cd "$(dirname "$file")" - if subplot $opts metadata "$base.md" | grep -q "^scenario:" + if subplot $opts metadata "$base.md" | grep -q "^titls:" then subplot $opts docgen "$base.md" -o "$output/$base.html" subplot $opts docgen "$base.md" -o "$output/$base.pdf" -- cgit v1.2.1