Merge pull request #195 from markus-lassfolk/master

Typo in CRAWLED_SCREENSHOT
pull/604/head
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
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