no more whitespace

This commit is contained in:
Sebastian Hugentobler 2018-11-27 14:20:43 +01:00
parent 6aaff7bd1a
commit 8669ebe500

View File

@ -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}}