guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: pull: Fix typo in error message.


From: guix-commits
Subject: 03/04: pull: Fix typo in error message.
Date: Tue, 14 Jun 2022 08:10:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 998d9a6183e7967e10833d5c0d5f36322bfa83a9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 12 02:00:03 2022 +0200

    pull: Fix typo in error message.
    
    * guix/scripts/pull.scm (guix-pull): Report the right user name/ID.
---
 guix/scripts/pull.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/pull.scm b/guix/scripts/pull.scm
index 24151f7ed3..df683b61c4 100644
--- a/guix/scripts/pull.scm
+++ b/guix/scripts/pull.scm
@@ -832,7 +832,7 @@ Use '~/.config/guix/channels.scm' instead."))
                    (&message
                     (message
                      (format #f (G_ "directory ‘~a’ is not owned by user ~a")
-                             dir dir:user)))
+                             dir our:user)))
                    (&fix-hint
                     (hint
                      (format #f (G_ "You should run this command as ~a; use 
‘sudo -i’ or equivalent if you really want to pull as ~a.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]