From 8e167fdd9828f6de378ba5cce2eb1a8c5d845b7b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 5 Jun 2021 21:49:53 +0300 Subject: fix grep 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 90cade6..8ed98d9 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 "^titls:" + if subplot $opts metadata "$base.md" | grep -q "^title:" then subplot $opts docgen "$base.md" -o "$output/$base.html" subplot $opts docgen "$base.md" -o "$output/$base.pdf" -- cgit v1.2.1