[ci-skip] appease codefactor.io

This commit is contained in:
William Blake Galbreath
2022-06-10 04:20:35 -05:00
parent bea70e2afe
commit 64cbdba638
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ fi
echo "===========================";
echo " "
echo " MISSING FILES"
echo $(echo "$errors" | grep "No such file")
echo "$errors" | grep "No such file"
echo -e "$missingfiles"
echo " "
echo "===========================";