Skip to content

Commit

Permalink
brakcet error resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
haitchison committed Oct 20, 2023
1 parent 57517b6 commit a377097
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ mainSteps:
inputs:
runCommand:
- |
if (-not (Test-Path 'C:\Program Files\Amazon\Amazon AppStream\aws-discovery-agent\uninstall.exe') -and -not (Test-Path 'C:\Program Files\AWS\AWS Discovery Agent\uninstall.exe')) {
if (-not (Test-Path 'C:\Program Files\Amazon\Amazon AppStream\aws-discovery-agent\uninstall.exe') -and -not (Test-Path 'C:\Program Files\AWS\AWS Discovery Agent\uninstall.exe'))
{
Write-Host "AWS Discovery Agent is successfully uninstalled."
} else {
Write-Host "AWS Discovery Agent uninstallation may have failed."
Expand Down

0 comments on commit a377097

Please sign in to comment.