From 00085def6f3e61a98026b13a07dbfcfeed3b5dc8 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sat, 3 Sep 2022 21:00:27 +0200 Subject: [PATCH] Change .pacnew detection text to bold Signed-off-by: trivernis --- src/internal/detect.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/internal/detect.rs b/src/internal/detect.rs index 9ea88d3..d2d295f 100644 --- a/src/internal/detect.rs +++ b/src/internal/detect.rs @@ -33,10 +33,10 @@ pub async fn detect() { // If pacnew files are found, warn the user and prompt to pacdiff if pacnew.is_empty() { - pb.finish_with_message("No .pacnew files found"); + pb.finish_with_message("No .pacnew files found".bold().to_string()); get_logger().reset_output_type(); } else { - pb.finish_with_message("pacnew files found"); + pb.finish_with_message("pacnew files found".bold().to_string()); get_logger().reset_output_type(); tracing::info!( "It appears that at least one program you have installed / upgraded has installed a .pacnew config file. \