From bf50ee7d596096d7493d422af5e6dd2e0aff6f93 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 20 Jul 2024 01:57:06 +0200 Subject: [PATCH] Fix string formatting --- scripts/Common/Scripts/software.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Common/Scripts/software.fish b/scripts/Common/Scripts/software.fish index b6e6430a..9c8e99f0 100644 --- a/scripts/Common/Scripts/software.fish +++ b/scripts/Common/Scripts/software.fish @@ -20,7 +20,7 @@ begin configureSW $argv[2..] else printf %s%s\n \ - "$(tput setaf 3)Warning: $(tput sgr0)" \ + "$(tput setaf 3)Warning:$(tput sgr0) " \ "$(getSWName) does not seem to be installed -- Skipping" end end