mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-25 15:27:17 +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
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d CRAWLED_SCREESHOT/ ]; then
|
if [ -d CRAWLED_SCREENSHOT/ ]; then
|
||||||
pushd CRAWLED_SCREESHOT/
|
pushd CRAWLED_SCREENSHOT/
|
||||||
rm -r *
|
rm -r *
|
||||||
echo 'cleaned CRAWLED_SCREENSHOT'
|
echo 'cleaned CRAWLED_SCREENSHOT'
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in a new issue