mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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"
|
||||
(string-append (plain-file-content %sudoers-specification)
|
||||
(format #f "~a ALL = NOPASSWD: ALL~%"
|
||||
%username)))))
|
||||
%user)))))
|
||||
|
||||
@end lisp
|
||||
|
||||
|
|
Loading…
Reference in a new issue