fixed typo

This commit is contained in:
2023-08-11 11:27:30 -04:00
parent 6d77d8fab4
commit 6a47fb6a64
+1 -1
View File
@@ -122,7 +122,7 @@ If ( (Test-Path $C_FILE) -and (Test-Path $P_FILE) ) {
$uninstalled = Compare-Object -ReferenceObject $current -DifferenceObject $previous -Property Name,Version -PassThru | Where-Object { (![string]::IsNullOrEmpty($_.Name)) -and ($_.SideIndicator -eq '=>') }
# Alert trigger for Atera
If ( $installed -or $uninstalled ) { Write-Output "Application changed detected" }
If ( $installed -or $uninstalled ) { Write-Output "Application change detected" }
# Display installed apps
If ( $installed ) {