mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-26 15:57:16 +00:00
Merge pull request #195 from markus-lassfolk/master
Typo in CRAWLED_SCREENSHOT
This commit is contained in:
commit
670eb94971
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