krebs.exim-smarthost to-lsearch: append \n to each entry
This commit is contained in:
parent
421f346257
commit
64f2e2075d
|
@ -274,6 +274,6 @@ let
|
|||
});
|
||||
});
|
||||
|
||||
to-lsearch = concatMapStringsSep "\n" ({ from, to, ... }: "${from}: ${to}");
|
||||
to-lsearch = concatMapStrings ({ from, to, ... }: "${from}: ${to}\n");
|
||||
|
||||
in out
|
||||
|
|
Loading…
Reference in a new issue