diff options
author | Brice Waegeneire <brice@waegenei.re> | 2020-03-23 18:27:34 +0100 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2020-03-23 18:57:01 +0100 |
commit | 1a5443e86b99ce39508f38bf211970f3ae4ada7f (patch) | |
tree | 0f0ff465122b36ab7f90d3461dd1ff82ba9a4037 /doc | |
parent | a9f2c210f36ec7e0dd60324a077cb415b971a696 (diff) | |
download | guix-1a5443e86b99ce39508f38bf211970f3ae4ada7f.tar guix-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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
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 |