Skip to content

Commit c6ecb61

Browse files
authored
Update CheckSignature.ps1 (#24124)
1 parent b75a53b commit c6ecb61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/CheckSignature.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function Check-All {
9494
Write-Host "Found $($invalidAuthenticodeList.Count) files with an invalid authenticode signature." -ForegroundColor Red
9595
}
9696
else {
97-
Write-Host "All files (.dll, .ps1, .psd1) have a valid authenticode signature." -ForegroundColor Green
97+
Write-Host "All files (.dll, .ps1, .psm1) have a valid authenticode signature." -ForegroundColor Green
9898
}
9999

100100
if ($invalidList.Length -gt 0) {
@@ -213,4 +213,4 @@ else
213213
Write-Host "No switch parameter set - checking all files in current directory" -ForegroundColor Yellow
214214
}
215215

216-
Check-All $path
216+
Check-All $path

0 commit comments

Comments
 (0)