summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrice Waegeneire <brice@waegenei.re>2020-03-23 18:27:34 +0100
committerMathieu Othacehe <m.othacehe@gmail.com>2020-03-23 18:57:01 +0100
commit1a5443e86b99ce39508f38bf211970f3ae4ada7f (patch)
tree0f0ff465122b36ab7f90d3461dd1ff82ba9a4037
parenta9f2c210f36ec7e0dd60324a077cb415b971a696 (diff)
downloadpatches-1a5443e86b99ce39508f38bf211970f3ae4ada7f.tar
patches-1a5443e86b99ce39508f38bf211970f3ae4ada7f.tar.gz
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>
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
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