From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50063) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jGQrq-0007X3-RW for guix-patches@gnu.org; Mon, 23 Mar 2020 13:28:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jGQrp-0005kr-Uc for guix-patches@gnu.org; Mon, 23 Mar 2020 13:28:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47507) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jGQrp-0005kf-Rp for guix-patches@gnu.org; Mon, 23 Mar 2020 13:28:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jGQrp-0001YJ-NO for guix-patches@gnu.org; Mon, 23 Mar 2020 13:28:01 -0400 Subject: [bug#40198] [PATCH] doc: Fix typo in example. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:50036) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jGQrZ-0007Rc-Ev for guix-patches@gnu.org; Mon, 23 Mar 2020 13:27:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jGQrY-0005fO-2l for guix-patches@gnu.org; Mon, 23 Mar 2020 13:27:44 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:44993) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jGQrX-0005eQ-TQ for guix-patches@gnu.org; Mon, 23 Mar 2020 13:27:44 -0400 Received: from localhost (luy13-1-78-237-113-178.fbx.proxad.net [78.237.113.178]) (Authenticated sender: brice@waegenei.re) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 8E7151BF214 for ; Mon, 23 Mar 2020 17:27:40 +0000 (UTC) From: Brice Waegeneire Date: Mon, 23 Mar 2020 18:27:34 +0100 Message-Id: <20200323172734.8181-1-brice@waegenei.re> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40198@debbugs.gnu.org * 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