summaryrefslogtreecommitdiff
path: root/ci-prod.ick
diff options
context:
space:
mode:
Diffstat (limited to 'ci-prod.ick')
-rw-r--r--ci-prod.ick4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci-prod.ick b/ci-prod.ick
index bd49c4c..094e0e0 100644
--- a/ci-prod.ick
+++ b/ci-prod.ick
@@ -1267,8 +1267,8 @@ pipelines:
cd "$(dirname "$file")"
if subplot $opts metadata "$base.subplot | awk '/^title:/ && NF > 1' | grep .
then
- subplot $opts docgen "$base.subplot -o "$output/$base.html"
- subplot $opts docgen "$base.subplot -o "$output/$base.pdf"
+ subplot $opts docgen "$base.subplot" -o "$output/$base.html"
+ subplot $opts docgen "$base.subplot" -o "$output/$base.pdf"
fi
)
done