From e871157429e1c33bcd56d9df19e79e304508ad94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 29 May 2024 16:46:29 +0200 Subject: [PATCH] Prettiness. It counts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- files/scripts/jobs-summary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/scripts/jobs-summary b/files/scripts/jobs-summary index 9565f74c7e..785d50e32d 100644 --- a/files/scripts/jobs-summary +++ b/files/scripts/jobs-summary @@ -130,7 +130,7 @@ def main(): showlogs += " -f --since 1s" else: showlogs += " | less" - print(f"{Color.BOLD}—→ {name}:{Color.END} {status.value} {details or ''}") + print(f"{Color.BOLD}→ {name}:{Color.END} {status.value} {details or ''}") print(showlogs)