Fix string formatting

This commit is contained in:
Manuel Thalmann 2024-07-20 01:57:06 +02:00
parent df3ba81e12
commit bf50ee7d59

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