guix-commits
[Top][All Lists]
Advanced

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

09/09: deploy: Do not quote error messages.


From: guix-commits
Subject: 09/09: deploy: Do not quote error messages.
Date: Wed, 28 Aug 2019 12:53:13 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit dae950ca50bca57c6d8c5fd8946de5eece614f0a
Author: Ludovic Courtès <address@hidden>
Date:   Wed Aug 28 18:51:49 2019 +0200

    deploy: Do not quote error messages.
    
    * guix/scripts/deploy.scm (guix-deploy): Do not quote the 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 6a67985..329de41 100644
--- a/guix/scripts/deploy.scm
+++ b/guix/scripts/deploy.scm
@@ -94,7 +94,7 @@ Perform the deployment specified by FILE.\n"))
                         (machine-display-name machine))
                   (parameterize ((%graft? (assq-ref opts 'graft?)))
                     (guard (c ((message-condition? c)
-                               (report-error (G_ "failed to deploy ~a: '~a'~%")
+                               (report-error (G_ "failed to deploy ~a: ~a~%")
                                              (machine-display-name machine)
                                              (condition-message c)))
                               ((deploy-error? c)



reply via email to

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