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" } }