spell
parent
a173ccc052
commit
b14dcc094c
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue