diff --git a/man/en/acmed.toml.5 b/man/en/acmed.toml.5 index e8d0b43..c23be89 100644 --- a/man/en/acmed.toml.5 +++ b/man/en/acmed.toml.5 @@ -805,7 +805,7 @@ args = [ stdin_str = """Subject: Certificate renewal {{ if is_success }}succeeded{{ else }}failed{{ endif }} for { identifiers.0 } The following certificate has {{ if not is_success }}*not* {{ endif }}been renewed. -identifiers: {{ for ident in identifiers}}{{ if @index }}, {{ endif }}{ ident }{{ endfor}} +identifiers: {{ for ident in identifiers }}{{ if not @first }}, {{ endif }}{ ident }{{ endfor }} key type: { key_type } status: { status }""" .Ed