summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-11-08 09:31:39 +0200
committerLars Wirzenius <liw@liw.fi>2022-11-08 09:31:39 +0200
commit1b3c694170d8d420263660cfbd2373100145ed6b (patch)
treecbb503caa2b0126f4a45bdbe8566a6bf4450c6e1
parentb785af096b363a5c56422ae7768ed544dc9fe4bd (diff)
downloadliw-ci-1b3c694170d8d420263660cfbd2373100145ed6b.tar.gz
fix: shell quoting
Sponsored-by: author
-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