Fixed Notification on updated versions

pull/71/head
Romain 2022-05-02 23:36:36 +02:00 committed by GitHub
parent 659ff700e3
commit 20b20cfd14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ function Get-WAUConfig{
} }
else{ else{
#Default: Full #Default: Full
$Script:NotificationLevel = $full $Script:NotificationLevel = "Full"
} }
} }