Minor fix

This commit is contained in:
Vladimir Safonkin 2021-02-04 14:24:06 +03:00
parent 2a58294d0c
commit e1655545c1

View File

@ -20,4 +20,4 @@ foreach ($path in $pathsToClear) {
Write-Host "Clear $path path"
Remove-Item $path -Recurse -Force
}
}
}