summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-06-05 21:49:53 +0300
committerLars Wirzenius <liw@liw.fi>2021-06-05 21:49:53 +0300
commit8e167fdd9828f6de378ba5cce2eb1a8c5d845b7b (patch)
tree27ee866a1f24d34460186c1b1775195ce67b43a3
parent8f212111db45d9931d0076aefc581c25f0d0bd4d (diff)
downloadliw-ci-8e167fdd9828f6de378ba5cce2eb1a8c5d845b7b.tar.gz
fix grep
Sponsored-by: author
-rw-r--r--ci-prod.ick2
1 files changed, 1 insertions, 1 deletions
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"