Skip to content

Commit

Permalink
fix(adobereader: typo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pauby committed Jul 13, 2024
1 parent 6971af2 commit 4184359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automatic/adobereader/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ if ($PackageParameters['IgnoreInstalled']) {
for ($j = 0; $j -lt $matchInstallation.count; $j++) {
if ($installation[$i].DisplayName -notlike $matchInstallation[$j]) {
$installation[$i]
Write-Verbose "Keeping '$($installation[$i].DisplayName)' as it does not match '$($matchInstallation[$j]))'"
Write-Verbose "Keeping '$($installation[$i].DisplayName)' as it does not match '$($matchInstallation[$j])'"
}
else {
Write-Verbose "Removing '$($installation[$i].DisplayName)' from list of found software, as it matches '$($matchInstallation[$j]))'"
Write-Verbose "Removing '$($installation[$i].DisplayName)' from list of found software, as it matches '$($matchInstallation[$j])'"
}
}
}
Expand Down

0 comments on commit 4184359

Please sign in to comment.