Typo in CRAWLED_SCREENSHOT

There was a typo in the CRAWLED_SCREENSHOT
This commit is contained in:
Markus Lassfolk 2024-01-01 14:10:42 +01:00 committed by GitHub
parent bcaf7040b3
commit 38157f8a01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,8 +67,8 @@ function reset_dir {
popd
fi
if [ -d CRAWLED_SCREESHOT/ ]; then
pushd CRAWLED_SCREESHOT/
if [ -d CRAWLED_SCREENSHOT/ ]; then
pushd CRAWLED_SCREENSHOT/
rm -r *
echo 'cleaned CRAWLED_SCREENSHOT'
popd