me
/
guix
Archived
1
0
Fork 0

deploy: Fix error message.

* guix/scripts/deploy.scm (guix-deploy): Fix error message.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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