mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
services: readymedia: Add trailing newline after media_dir lines.
* gnu/services/upnp.scm (readymedia-configuration->config-file): Add trailing newline after media_dir lines. Change-Id: Ib2e584f22526f1969098b843c4be6ee386ed809c Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
(match types
|
||||
(() (list))
|
||||
(_ (list ",")))
|
||||
(list path))))
|
||||
(list path "\n"))))
|
||||
media-directories)
|
||||
(map (match-lambda
|
||||
((key . value)
|
||||
|
||||
Reference in New Issue
Block a user