diff options
Diffstat (limited to 'guix/scripts/home.scm')
-rw-r--r-- | guix/scripts/home.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/home.scm b/guix/scripts/home.scm index 4add7e7c69..683dfd58cd 100644 --- a/guix/scripts/home.scm +++ b/guix/scripts/home.scm @@ -476,7 +476,7 @@ resulting from command-line parsing." (define (ensure-home-environment file-or-exp obj) (ensure-profile-directory) (unless (home-environment? obj) - (leave (G_ "'~a' does not return a home environment ~%") + (leave (G_ "'~a' does not return a home environment~%") file-or-exp)) obj) |