guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Keep notification text on one line.


From: Mathieu Othacehe
Subject: branch master updated: Keep notification text on one line.
Date: Mon, 22 Feb 2021 10:28:54 -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 182011b  Keep notification text on one line.
182011b is described below

commit 182011b60da3c6c36b112a3b9dfeafd2362458e5
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Feb 22 16:28:16 2021 +0100

    Keep notification text on one line.
    
    src/cuirass/notification.scm (notification-text): Keep it on one line.
---
 src/cuirass/notification.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cuirass/notification.scm b/src/cuirass/notification.scm
index fc983cb..ddadac0 100644
--- a/src/cuirass/notification.scm
+++ b/src/cuirass/notification.scm
@@ -94,7 +94,7 @@ interfering with fibers."
          (job-name (assq-ref build #:job-name))
          (specification (assq-ref build #:specification))
          (weather-text (build-weather-text build)))
-    (format #f "The build ~a for specification ~a is ~a. You can find
+    (format #f "The build ~a for specification ~a is ~a. You can find \
 the detailed information about this build here: ~a."
             job-name specification weather-text url)))
 



reply via email to

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