Fix string formatting

This commit is contained in:
Manuel Thalmann 2024-07-20 01:57:06 +02:00
parent 9fb47de6db
commit 5f58124bbd

View file

@ -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