unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#40198] [PATCH] doc: Fix typo in example.
@ 2020-03-23 17:27 Brice Waegeneire
  2020-03-23 18:00 ` bug#40198: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Brice Waegeneire @ 2020-03-23 17:27 UTC (permalink / raw)
  To: 40198

* 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(-)

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
 

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#40198: [PATCH] doc: Fix typo in example.
  2020-03-23 17:27 [bug#40198] [PATCH] doc: Fix typo in example Brice Waegeneire
@ 2020-03-23 18:00 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2020-03-23 18:00 UTC (permalink / raw)
  To: guix-patches; +Cc: 40198-done


Pushed, thanks!

Mathieu

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-23 18:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-23 17:27 [bug#40198] [PATCH] doc: Fix typo in example Brice Waegeneire
2020-03-23 18:00 ` bug#40198: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).