doc: Follow-up commit to f6b950319c.

* doc/guix.texi (Invoking guix deploy): Fix typo in example.

Reported-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Maxim Cournoyer 2020-03-18 11:16:57 -04:00
parent 7b1fb40dff
commit 6c3881078a
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -27002,7 +27002,7 @@ be accomplished with the following operating system configuration snippet:
@lisp
(use-modules ...
(gnu system) ;for %sudoers-specification))
(gnu system)) ;for %sudoers-specification
(define %user "username")