From e56f77768d31badd42074e22438ca840d1d804f2 Mon Sep 17 00:00:00 2001 From: KnifMelti Date: Sun, 26 Nov 2023 11:07:47 +0100 Subject: [PATCH] small template change --- Winget-AutoUpdate/mods/_WAU-notinstalled-template.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Winget-AutoUpdate/mods/_WAU-notinstalled-template.ps1 b/Winget-AutoUpdate/mods/_WAU-notinstalled-template.ps1 index f7ebb30..207eec5 100644 --- a/Winget-AutoUpdate/mods/_WAU-notinstalled-template.ps1 +++ b/Winget-AutoUpdate/mods/_WAU-notinstalled-template.ps1 @@ -15,8 +15,7 @@ This all-purpose mod will be overridden by any specific: <# MAIN #> if ($($app.Id) -eq "Microsoft.SQLServerManagementStudio") { - $ConfirmInstall = Confirm-Installation $($app.Id) $($app.AvailableVersion) - if ($ConfirmInstall -ne $true) { + if ($ConfirmInstall -eq $false) { try { Write-ToLog "...succesfully done something" "Green" }