Not list concat...

This commit is contained in:
niten 2023-09-06 17:48:23 -07:00
parent 1e1bd7e3b9
commit f3312f8fce
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ let
userPassword: ${opts.ldap-hashed-passwd}
mail: ${if (opts.email != null) then opts.email else ""}
sn: ${if (opts.surname != null) then opts.surname else name}
'' ++ (optionalString (opts.given-name != null) ''
'' + (optionalString (opts.given-name != null) ''
givenName: ${opts.given-name}
'');