guix-commits
[Top][All Lists]
Advanced

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

branch master updated: doc: Fix typo in example.


From: guix-commits
Subject: branch master updated: doc: Fix typo in example.
Date: Mon, 23 Mar 2020 13:57:41 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1a5443e  doc: Fix typo in example.
1a5443e is described below

commit 1a5443e86b99ce39508f38bf211970f3ae4ada7f
Author: Brice Waegeneire <address@hidden>
AuthorDate: Mon Mar 23 18:27:34 2020 +0100

    doc: Fix typo in example.
    
    * doc/guix.texi (Invoking guix deploy): Fix example to use '%user'
    variable defined above.
    
    Signed-off-by: Mathieu Othacehe <address@hidden>
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 6a1d34f..77a4b8e 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -27028,7 +27028,7 @@ be accomplished with the following operating system 
configuration snippet:
      (plain-file "sudoers"
                  (string-append (plain-file-content %sudoers-specification)
                                 (format #f "~a ALL = NOPASSWD: ALL~%"
-                                        %username)))))
+                                        %user)))))
 
 @end lisp
 



reply via email to

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