correct registrations path

This commit is contained in:
Sebastian Hugentobler 2018-05-23 22:58:27 +02:00
parent 7fae2efbdc
commit 159ea31309

View File

@ -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 }}"
- "registrations/{{ $registration }}"
{{end}}
{{end}}