mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
pull: Fix typo in error message.
* guix/scripts/pull.scm (guix-pull): Report the right user name/ID.
This commit is contained in:
parent
88b098d9ba
commit
998d9a6183
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue