fixed typo

This commit is contained in:
Patrick McGuire
2021-10-13 17:53:12 -04:00
parent 753939a726
commit 620bc69824
+1 -2
View File
@@ -10,5 +10,4 @@ done
if [[ "$(find ${PROCESSED} | wc -l)" -ge 100 ]];then
ls -1t . | tail -n +100 | xargs -r rm -vv
else
fi