Skip to content

Commit 24d76fb

Browse files
committed
refactor: remove unused range index
1 parent c0de80f commit 24d76fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/letsencrypt_service_data.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ LETSENCRYPT_CONTAINERS=(
7979
{{ else }}
8080
{{/* Default: multi-domain (SAN) certificate */}}
8181
{{- "\n" }}LETSENCRYPT_{{ $cid }}_HOST=(
82-
{{- range $i, $host := split $hosts "," }}
82+
{{- range $host := split $hosts "," }}
8383
{{- $host := trim $host }}
8484
{{- $host := trimSuffix "." $host }}
8585
{{- "\n\t" }}'{{ $host }}'

0 commit comments

Comments
 (0)