Skip to content

Commit

Permalink
fix up more
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Mar 1, 2024
1 parent bbc88de commit a8efee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/loculus/templates/_lapis-urls.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{{/* generates external LAPIS urls from { config, host } */}}
{{ define "loculus.generateExternalLapisUrls"}}
{{ $host := .host }}
{{ range $key, $_ := (config.organisms | default config.defaultOrganisms) }}
{{ range $key, $_ := (.config.organisms | default .config.defaultOrganisms) }}
"{{ $key -}}": "{{ $host }}/{{ $key }}"
{{ end }}
{{ end }}
Expand Down

0 comments on commit a8efee0

Please sign in to comment.