Merge pull request #71 from Romanitho/fix-notif

Fixed Notification on updated versions
pull/74/head v1.9.1
Romain 2022-05-02 23:40:27 +02:00 committed by GitHub
commit a2833ab7f1
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{
#Default: Full
$Script:NotificationLevel = $full
$Script:NotificationLevel = "Full"
}
}