describe: In 'channels' format, quote the channel name.
Fixes a regression introduced in commit 8548f995494d8d6358e6a8d7bc3b3bb5a0cbecb5. * guix/scripts/describe.scm (channel->sexp): Quote the channel name.
This commit is contained in:
parent
814652b41f
commit
ed9c8eb4e5
@ -89,7 +89,7 @@ Display information about the channels currently in use.\n"))
|
||||
|
||||
(define (channel->sexp channel)
|
||||
`(channel
|
||||
(name ,(channel-name channel))
|
||||
(name ',(channel-name channel))
|
||||
(url ,(channel-url channel))
|
||||
(commit ,(channel-commit channel))))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user