guix-commits
[Top][All Lists]
Advanced

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

01/03: deploy: Fix error message.


From: guix-commits
Subject: 01/03: deploy: Fix error message.
Date: Tue, 4 Oct 2022 09:26:16 -0400 (EDT)

abcdw pushed a commit to branch master
in repository guix.

commit 64213a0b668a25b1944e964cdfd68e488a35bf0a
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Tue Sep 6 09:20:10 2022 +0300

    deploy: Fix error message.
    
    * guix/scripts/deploy.scm (guix-deploy): Fix error message.
---
 guix/scripts/deploy.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/deploy.scm b/guix/scripts/deploy.scm
index 2c76645173..40a9374171 100644
--- a/guix/scripts/deploy.scm
+++ b/guix/scripts/deploy.scm
@@ -256,7 +256,7 @@ otherwise."
         (leave (G_ "missing deployment file argument~%")))
 
       (when (and (pair? command) (not execute-command?))
-        (leave (G_ "'--' was used by '-x' was not specified~%")))
+        (leave (G_ "'--' was used, but '-x' was not specified~%")))
 
       (with-status-verbosity (assoc-ref opts 'verbosity)
         (with-store store



reply via email to

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