mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-09-11 09:00:41 +02:00
Currently the string would have been parsed as list therefore inserting
spaces between each character:
server_name buildbtw.dev.archlinux.org . b u i l d b t w . d e v . a r c h l i n u x . o r g;
Fix this by instead constructing a list in place.
Signed-off-by: Christian Heusel <christian@heusel.eu>