use quotes for registration files
This commit is contained in:
parent
64ad23622b
commit
7fae2efbdc
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ room_invite_state_types:
|
|||
app_service_config_files: {{if not (getenv "REGISTRATIONS")}}[]{{end}}
|
||||
{{if (getenv "REGISTRATIONS")}}
|
||||
{{range $registration := split (getenv "REGISTRATIONS") ";"}}
|
||||
- {{ $registration }}
|
||||
- "{{ $registration }}"
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue