diff --git a/Tools/create_upg_chk_files.ps1 b/Tools/create_upg_chk_files.ps1 index 26c6beff..dfacba4e 100644 --- a/Tools/create_upg_chk_files.ps1 +++ b/Tools/create_upg_chk_files.ps1 @@ -9,4 +9,4 @@ Write-Host dURL: Write-Host clURL: $hash = Get-FileHash -Algorithm MD5 $file | % { $_.Hash } -Write-Host MD5: $hash \ No newline at end of file +Write-Host CertificateThumbprint: $hash \ No newline at end of file