small template change

pull/498/head
KnifMelti 2023-11-26 11:07:47 +01:00
parent 1705b80518
commit e56f77768d
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@ This all-purpose mod will be overridden by any specific:
<# MAIN #>
if ($($app.Id) -eq "Microsoft.SQLServerManagementStudio") {
$ConfirmInstall = Confirm-Installation $($app.Id) $($app.AvailableVersion)
if ($ConfirmInstall -ne $true) {
if ($ConfirmInstall -eq $false) {
try {
Write-ToLog "...succesfully done something" "Green"
}