Skip to content
Snippets Groups Projects
Unverified Commit 8b3dc5cf authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

doc: Fix typo in channel example.

* doc/guix.texi (Channels): Use 'commit' field instead of 'branch' in
example.
parent da355a67
No related branches found
No related tags found
No related merge requests found
...@@ -4158,7 +4158,7 @@ say, on another machine, by providing a channel specification in ...@@ -4158,7 +4158,7 @@ say, on another machine, by providing a channel specification in
(channel (channel
(name 'my-personal-packages) (name 'my-personal-packages)
(url "https://example.org/personal-packages.git") (url "https://example.org/personal-packages.git")
(branch "dd3df5e2c8818760a8fc0bd699e55d3b69fef2bb"))) (commit "dd3df5e2c8818760a8fc0bd699e55d3b69fef2bb")))
@end lisp @end lisp
   
The @command{guix describe --format=channels} command can even generate this The @command{guix describe --format=channels} command can even generate this
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment