diff mbox series

[bug#40198] doc: Fix typo in example.

Message ID 20200323172734.8181-1-brice@waegenei.re
State Accepted
Headers show
Series [bug#40198] doc: Fix typo in example. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job

Commit Message

Brice Waegeneire March 23, 2020, 5:27 p.m. UTC
* doc/guix.texi (Invoking guix deploy): Fix example to use '%user'
variable defined above.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: d3e7282ec35d87842e8143f0230e27fd5ec5e74d
prerequisite-patch-id: 1514118b3196fc648d733f8bf37e9f6d70e06e77
prerequisite-patch-id: e22ea3f99fc3d9f3e11ddfa31ba60212f2ed4d62

Comments

Mathieu Othacehe March 23, 2020, 6 p.m. UTC | #1
Pushed, thanks!

Mathieu
diff mbox series

Patch

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