use quotes for registration files
This commit is contained in:
parent
64ad23622b
commit
7fae2efbdc
@ -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}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user