Skip to content
Snippets Groups Projects
Unverified Commit 182011b6 authored by Mathieu Othacehe's avatar Mathieu Othacehe
Browse files

Keep notification text on one line.

src/cuirass/notification.scm (notification-text): Keep it on one line.
parent 543e26ad
No related branches found
No related tags found
No related merge requests found
......@@ -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)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment