use quotes for registration files

This commit is contained in:
Sebastian Hugentobler 2018-05-23 21:56:00 +02:00
parent 64ad23622b
commit 7fae2efbdc

View File

@ -117,7 +117,7 @@ room_invite_state_types:
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}}