doc: Fix typo in channel example.

* doc/guix.texi (Channels): Use 'commit' field instead of 'branch' in
example.
This commit is contained in:
Ludovic Courtès 2020-02-03 09:22:26 +01:00
parent da355a67a0
commit 8b3dc5cf0e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -4158,7 +4158,7 @@ say, on another machine, by providing a channel specification in
(channel
(name 'my-personal-packages)
(url "https://example.org/personal-packages.git")
(branch "dd3df5e2c8818760a8fc0bd699e55d3b69fef2bb")))
(commit "dd3df5e2c8818760a8fc0bd699e55d3b69fef2bb")))
@end lisp
The @command{guix describe --format=channels} command can even generate this