From e71464699f5ac72049ff3c7d5f2527a1adec054f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Mon, 16 Dec 2024 11:17:50 +0100 Subject: [PATCH] Add the missing curly brackets rel #157 --- man/en/acmed.toml.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/en/acmed.toml.5 b/man/en/acmed.toml.5 index 757ff11..a518053 100644 --- a/man/en/acmed.toml.5 +++ b/man/en/acmed.toml.5 @@ -773,7 +773,7 @@ args = [ name = "http-01-echo-echo" type = ["challenge-http-01"] cmd = "echo" -args = ["{ proof }"] +args = ["{{ proof }}"] stdout = "{{ env.HTTP_ROOT | default('/var/www') }}/{{ identifier }}/.well-known/acme-challenge/{{ file_name }}" [[hook]]