krebs.exim-smarthost to-lsearch: append \n to each entry

This commit is contained in:
tv 2016-03-05 20:31:59 +01:00
parent 421f346257
commit 64f2e2075d

View file

@ -274,6 +274,6 @@ let
});
});
to-lsearch = concatMapStringsSep "\n" ({ from, to, ... }: "${from}: ${to}");
to-lsearch = concatMapStrings ({ from, to, ... }: "${from}: ${to}\n");
in out