From 1e7b73df332cd3391ff362ee21be44649fd3aac5 Mon Sep 17 00:00:00 2001 From: Real-MullaC Date: Mon, 15 Jul 2024 01:59:55 +0100 Subject: [PATCH] Update Install-WinUtilProgramChoco.ps1 (#2307) --- functions/private/Install-WinUtilProgramChoco.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/private/Install-WinUtilProgramChoco.ps1 b/functions/private/Install-WinUtilProgramChoco.ps1 index 115030e8..43e42d79 100644 --- a/functions/private/Install-WinUtilProgramChoco.ps1 +++ b/functions/private/Install-WinUtilProgramChoco.ps1 @@ -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; }