From ad40775ab3e428c665230279649f29bed2a780b6 Mon Sep 17 00:00:00 2001 From: romanitho <96626929+Romanitho@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:38:49 +0200 Subject: [PATCH] Minor change --- Winget-AutoUpdate/Winget-Upgrade.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Winget-AutoUpdate/Winget-Upgrade.ps1 b/Winget-AutoUpdate/Winget-Upgrade.ps1 index b282b0b..b40963a 100644 --- a/Winget-AutoUpdate/Winget-Upgrade.ps1 +++ b/Winget-AutoUpdate/Winget-Upgrade.ps1 @@ -17,7 +17,7 @@ Start-Init #Get settings and Domain/Local Policies (GPO) if activated. $WAUConfig = Get-WAUConfig if ($($WAUPolicies.WAU_ActivateGPOManagement -eq 1)) { - Write-ToLog "WAU Policies management activated." + Write-ToLog "WAU Policies management Enabled." } #Log running context and more...