don't prefix registrations

This commit is contained in:
Sebastian Hugentobler 2018-05-24 08:14:50 +02:00
parent 159ea31309
commit 811908f6aa
2 changed files with 1 additions and 2 deletions

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