fix: [tools] clarify validate all output

pull/853/head
Christophe Vandeplas 2023-05-13 09:54:38 +02:00
parent 02c50184bf
commit c3a001466f
No known key found for this signature in database
GPG Key ID: BDC48619FFDC5A5B
1 changed files with 3 additions and 1 deletions

View File

@ -85,5 +85,7 @@ do
echo ''
done
# check for empyt strings in clusters
# check for empty strings in clusters
python3 -m tools.chk_empty_strings
echo "If you see this message, all is probably well."