From 20b20cfd1455102597b2579723f0a2fa584bac21 Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Mon, 2 May 2022 23:36:36 +0200 Subject: [PATCH] Fixed Notification on updated versions --- Winget-AutoUpdate/functions/Get-WAUConfig.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Winget-AutoUpdate/functions/Get-WAUConfig.ps1 b/Winget-AutoUpdate/functions/Get-WAUConfig.ps1 index 8e2cc1b..4e82ce5 100644 --- a/Winget-AutoUpdate/functions/Get-WAUConfig.ps1 +++ b/Winget-AutoUpdate/functions/Get-WAUConfig.ps1 @@ -19,7 +19,7 @@ function Get-WAUConfig{ } else{ #Default: Full - $Script:NotificationLevel = $full + $Script:NotificationLevel = "Full" } }