Minor fix

pull/165/head
Vladimir Safonkin 5 years ago
parent 2d640ec739
commit 8807004b20

@ -13,7 +13,6 @@ if ($os -eq "Linux") {
} elseif ($os -eq "macOS") { } elseif ($os -eq "macOS") {
$pathsToClear = $macOSDotnetPaths $pathsToClear = $macOSDotnetPaths
} elseif ($os -eq "Windows") { } elseif ($os -eq "Windows") {
Write-Host $env:LocalAppData
$pathsToClear = $windowsDotnetPaths $pathsToClear = $windowsDotnetPaths
} }

Loading…
Cancel
Save