mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Typo in CRAWLED_SCREENSHOT
There was a typo in the CRAWLED_SCREENSHOT
This commit is contained in:
parent
bcaf7040b3
commit
38157f8a01
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue