deploy: Fix error message.

* guix/scripts/deploy.scm (guix-deploy): Fix error message.
This commit is contained in:
Andrew Tropin 2022-09-06 09:20:10 +03:00
parent ba84c8c448
commit 64213a0b66
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -256,7 +256,7 @@ (define (handle-argument arg result)
(leave (G_ "missing deployment file argument~%"))) (leave (G_ "missing deployment file argument~%")))
(when (and (pair? command) (not execute-command?)) (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-status-verbosity (assoc-ref opts 'verbosity)
(with-store store (with-store store