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