pull: Fix typo in error message.

* guix/scripts/pull.scm (guix-pull): Report the right user name/ID.
This commit is contained in:
Tobias Geerinckx-Rice 2022-06-12 02:00:03 +02:00
parent 88b098d9ba
commit 998d9a6183
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -832,7 +832,7 @@ (define (no-arguments arg _)
(&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.")