describe: In 'channels' format, quote the channel name.
Fixes a regression introduced in
commit 8548f99549
.
* 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…
Reference in New Issue