From 1a5443e86b99ce39508f38bf211970f3ae4ada7f Mon Sep 17 00:00:00 2001 From: Brice Waegeneire Date: Mon, 23 Mar 2020 18:27:34 +0100 Subject: doc: Fix typo in example. * doc/guix.texi (Invoking guix deploy): Fix example to use '%user' variable defined above. Signed-off-by: Mathieu Othacehe --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index 6a1d34fb09..77a4b8ed71 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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 -- cgit v1.2.3