no more whitespace
This commit is contained in:
parent
6aaff7bd1a
commit
8669ebe500
@ -115,9 +115,9 @@ room_invite_state_types:
|
||||
- "m.room.name"
|
||||
|
||||
app_service_config_files: {{if not (getenv "REGISTRATIONS")}}[]{{end}}
|
||||
{{if (getenv "REGISTRATIONS")}}
|
||||
{{range $registration := split (getenv "REGISTRATIONS") ";"}}
|
||||
- "{{ $registration }}"
|
||||
{{- if (getenv "REGISTRATIONS")}}
|
||||
{{- range $registration := split (getenv "REGISTRATIONS") ";"}}
|
||||
- {{ $registration -}}
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user