Typo in CRAWLED_SCREENSHOT

There was a typo in the CRAWLED_SCREENSHOT
pull/604/head
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
1 changed files with 2 additions and 2 deletions

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