pull/681/head
Romain 2024-09-02 16:44:53 +02:00
parent a173ccc052
commit b14dcc094c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ This all-purpose mod will be overridden by any specific:
if ($($app.Id) -eq "Microsoft.SQLServerManagementStudio") { if ($($app.Id) -eq "Microsoft.SQLServerManagementStudio") {
if ($ConfirmInstall -eq $false) { if ($ConfirmInstall -eq $false) {
try { try {
Write-ToLog "...succesfully done something" "Green" Write-ToLog "...successfully done something" "Green"
} }
catch { catch {
Write-ToLog "...failed to do something" "Red" Write-ToLog "...failed to do something" "Red"