mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
deploy: Fix error message.
* guix/scripts/deploy.scm (guix-deploy): Fix error message.
This commit is contained in:
parent
ba84c8c448
commit
64213a0b66
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue