Update Install-WinUtilProgramChoco.ps1 (#2307)

This commit is contained in:
Real-MullaC 2024-07-15 01:59:55 +01:00 committed by GitHub
parent c68b8d0f75
commit 1e7b73df33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,7 +85,7 @@ function Install-WinUtilProgramChoco {
# Cleanup leftovers files
if(Test-Path -Path $installOutputFilePath){ Remove-Item -Path $installOutputFilePath }
if(Test-Path -Path $installOutputFilePath){ Remove-Item -Path $uninstallOutputFilePath }
if(Test-Path -Path $uninstallOutputFilePath){ Remove-Item -Path $uninstallOutputFilePath }
return;
}