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:
Brice Waegeneire 2020-03-23 18:27:34 +01:00 committed by Mathieu Othacehe
parent a9f2c210f3
commit 1a5443e86b
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View 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