From a8cadd296af2e080f3df2e10e382ee7ccbca809c Mon Sep 17 00:00:00 2001 From: romanitho <96626929+Romanitho@users.noreply.github.com> Date: Sun, 23 Apr 2023 11:19:21 +0200 Subject: [PATCH] test --- Winget-AutoUpdate/Winget-Upgrade.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Winget-AutoUpdate/Winget-Upgrade.ps1 b/Winget-AutoUpdate/Winget-Upgrade.ps1 index a08d2f8..8268a64 100644 --- a/Winget-AutoUpdate/Winget-Upgrade.ps1 +++ b/Winget-AutoUpdate/Winget-Upgrade.ps1 @@ -241,8 +241,8 @@ if (Test-Network) { } } - #Count good update installations - $Script:InstallOK = 0 + #Count good update installations + $Script:InstallOK = 0 #Trick under user context when -BypassListForUsers is used if ($IsSystem -eq $false -and $WAUConfig.WAU_BypassListForUsers -eq $true) {