guix-commits
[Top][All Lists]
Advanced

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

branch master updated: remote-server: Fix typo.


From: Mathieu Othacehe
Subject: branch master updated: remote-server: Fix typo.
Date: Mon, 06 Dec 2021 06:04:07 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix-cuirass.

The following commit(s) were added to refs/heads/master by this push:
     new e8a233e  remote-server: Fix typo.
e8a233e is described below

commit e8a233eb0b15f392d66166d4f04760bda807c190
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Dec 6 12:03:55 2021 +0100

    remote-server: Fix typo.
    
    * src/cuirass/scripts/remote-server.scm: Fix typo.
---
 src/cuirass/scripts/remote-server.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cuirass/scripts/remote-server.scm 
b/src/cuirass/scripts/remote-server.scm
index db78560..5fa1768 100644
--- a/src/cuirass/scripts/remote-server.scm
+++ b/src/cuirass/scripts/remote-server.scm
@@ -317,7 +317,7 @@ be used to reply to the worker."
 (define (ensure-path* store output)
   (guard (c ((store-protocol-error? c)
              (log-message "Failed to add ~a to store: store protocol error." 
output)
-             (log-message "The remote-worker signing key might be authorized.")
+             (log-message "The remote-worker signing key might not be 
authorized.")
              #f)
             ((nar-error? c)
              (log-message "Failed to add ~a to store: nar error." output)



reply via email to

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