doc: Fix typo in example.
* doc/guix.texi (Invoking guix deploy): Fix example to use '%user' variable defined above. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
This commit is contained in:
parent
a9f2c210f3
commit
1a5443e86b
1 changed files with 1 additions and 1 deletions
|
@ -27028,7 +27028,7 @@ be accomplished with the following operating system configuration snippet:
|
||||||
(plain-file "sudoers"
|
(plain-file "sudoers"
|
||||||
(string-append (plain-file-content %sudoers-specification)
|
(string-append (plain-file-content %sudoers-specification)
|
||||||
(format #f "~a ALL = NOPASSWD: ALL~%"
|
(format #f "~a ALL = NOPASSWD: ALL~%"
|
||||||
%username)))))
|
%user)))))
|
||||||
|
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
|
|
Reference in a new issue