File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 68
68
[string]
69
69
$DownloadedOAWZipFilePath
70
70
)
71
- $expectedHash = '4B5CE0EA6FA12C4A95EBDE4223BEED5B9D98D7D9FC7DA1D5C72D3620725E5119 '
71
+ $expectedHash = 'F5172B3A97248826C73A3D7ABC0440CFA1EC3B31CAC6A1BC1100B9E241099780 '
72
72
$actualHash = (Get-FileHash -Path $DownloadedOAWZipFilePath).Hash
73
73
Write-Host "Expected hash: $expectedHash"
74
74
if ($expectedHash -eq $actualHash)
@@ -92,7 +92,7 @@ Another way to copy this script to your environment is to use the Test-FileHash
92
92
2 . After you import the Test-FileHash module, verify the hash of the OAW.zip file:
93
93
94
94
``` powershell
95
- Test-FileHash -ExpectedHash "4B5CE0EA6FA12C4A95EBDE4223BEED5B9D98D7D9FC7DA1D5C72D3620725E5119 " -FilePath "<path to the OAW.zip file>"
95
+ Test-FileHash -ExpectedHash "F5172B3A97248826C73A3D7ABC0440CFA1EC3B31CAC6A1BC1100B9E241099780 " -FilePath "<path to the OAW.zip file>"
96
96
```
97
97
98
98
## Check HLH version
You can’t perform that action at this time.
0 commit comments