guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/08: doc: Fix typo in channel example.


From: guix-commits
Subject: 01/08: doc: Fix typo in channel example.
Date: Tue, 4 Feb 2020 18:22:05 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 8b3dc5cf0e129fc61b6eaa711897f61afc0fe45a
Author: Ludovic Courtès <address@hidden>
AuthorDate: Mon Feb 3 09:22:26 2020 +0100

    doc: Fix typo in channel example.
    
    * doc/guix.texi (Channels): Use 'commit' field instead of 'branch' in
    example.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 956c25b..57e4846 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]