diff --git a/validate_all.sh b/validate_all.sh index ab9b473..0a4183b 100755 --- a/validate_all.sh +++ b/validate_all.sh @@ -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." \ No newline at end of file