Merge pull request #195 from markus-lassfolk/master

Typo in CRAWLED_SCREENSHOT
This commit is contained in:
Alexandre Dulaunoy 2024-01-01 17:29:14 +01:00 committed by GitHub
commit 670eb94971
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