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