doc: Fix typo in example.
authorBrice Waegeneire <brice@waegenei.re>
Mon, 23 Mar 2020 17:27:34 +0000 (18:27 +0100)
committerMathieu Othacehe <m.othacehe@gmail.com>
Mon, 23 Mar 2020 17:57:01 +0000 (18:57 +0100)
* doc/guix.texi (Invoking guix deploy): Fix example to use '%user'
variable defined above.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
doc/guix.texi

index 6a1d34f..77a4b8e 100644 (file)
@@ -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