mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 14:57:18 +00:00
fix: [tools] clarify validate all output
This commit is contained in:
parent
02c50184bf
commit
c3a001466f
1 changed files with 3 additions and 1 deletions
|
@ -85,5 +85,7 @@ do
|
||||||
echo ''
|
echo ''
|
||||||
done
|
done
|
||||||
|
|
||||||
# check for empyt strings in clusters
|
# check for empty strings in clusters
|
||||||
python3 -m tools.chk_empty_strings
|
python3 -m tools.chk_empty_strings
|
||||||
|
|
||||||
|
echo "If you see this message, all is probably well."
|
Loading…
Reference in a new issue