From bcd1c67ca2d775dd8f7b2a150d9fdd8aebef7973 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Thu, 12 Apr 2018 18:06:43 +0200 Subject: [PATCH] fixing typo --- .ci/gotenberg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/gotenberg.yml b/.ci/gotenberg.yml index dabc6509..b7e42a21 100644 --- a/.ci/gotenberg.yml +++ b/.ci/gotenberg.yml @@ -29,5 +29,5 @@ commands: merge: timeout: 30 - # Unlike others commands, you have access to FilesPaths instead of FilePath: it gathers all PDF files which should be merged. + # Unlike others commands' templates, you have access to FilesPaths instead of FilePath: it gathers all PDF files which should be merged. template: "pdftk {{ range $filePath := .FilesPaths }} {{ $filePath }} {{ end }} cat output {{ .ResultFilePath }}" \ No newline at end of file