From 8807004b2045de0e18528bd42bde96456cfdbf7f Mon Sep 17 00:00:00 2001 From: Vladimir Safonkin Date: Wed, 3 Feb 2021 16:54:18 +0300 Subject: [PATCH] Minor fix --- __tests__/clear-installed-dotnet.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/__tests__/clear-installed-dotnet.ps1 b/__tests__/clear-installed-dotnet.ps1 index c92e0a2..c2e6015 100644 --- a/__tests__/clear-installed-dotnet.ps1 +++ b/__tests__/clear-installed-dotnet.ps1 @@ -13,7 +13,6 @@ if ($os -eq "Linux") { } elseif ($os -eq "macOS") { $pathsToClear = $macOSDotnetPaths } elseif ($os -eq "Windows") { - Write-Host $env:LocalAppData $pathsToClear = $windowsDotnetPaths }