doc: Fix typo in channel example.
authorLudovic Courtès <ludo@gnu.org>
Mon, 3 Feb 2020 08:22:26 +0000 (09:22 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 4 Feb 2020 23:21:27 +0000 (00:21 +0100)
* doc/guix.texi (Channels): Use 'commit' field instead of 'branch' in
example.

doc/guix.texi

index 956c25b..57e4846 100644 (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