1
0

refactor: remove unused range index

This commit is contained in:
Nicolas Duchon 2024-07-17 07:33:31 +02:00
parent c0de80f031
commit 24d76fb42c

@ -79,7 +79,7 @@ LETSENCRYPT_CONTAINERS=(
{{ else }}
{{/* Default: multi-domain (SAN) certificate */}}
{{- "\n" }}LETSENCRYPT_{{ $cid }}_HOST=(
{{- range $i, $host := split $hosts "," }}
{{- range $host := split $hosts "," }}
{{- $host := trim $host }}
{{- $host := trimSuffix "." $host }}
{{- "\n\t" }}'{{ $host }}'