From 998d9a6183e7967e10833d5c0d5f36322bfa83a9 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 12 Jun 2022 02:00:03 +0200 Subject: 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.") -- cgit v1.2.3