Merge pull request #71 from Romanitho/fix-notif
Fixed Notification on updated versionspull/74/head v1.9.1
commit
a2833ab7f1
|
@ -19,7 +19,7 @@ function Get-WAUConfig{
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
#Default: Full
|
#Default: Full
|
||||||
$Script:NotificationLevel = $full
|
$Script:NotificationLevel = "Full"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue