From 64213a0b668a25b1944e964cdfd68e488a35bf0a Mon Sep 17 00:00:00 2001 From: Andrew Tropin Date: Tue, 6 Sep 2022 09:20:10 +0300 Subject: 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(-) (limited to 'guix') 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 -- cgit v1.2.3