Skip to content
Snippets Groups Projects
Unverified Commit 1a5443e8 authored by Brice Waegeneire's avatar Brice Waegeneire Committed by Mathieu Othacehe
Browse files

doc: Fix typo in example.


* doc/guix.texi (Invoking guix deploy): Fix example to use '%user'
variable defined above.

Signed-off-by: default avatarMathieu Othacehe <m.othacehe@gmail.com>
parent a9f2c210
No related branches found
No related tags found
No related merge requests found
......@@ -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
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment