Skip to content

Commit cd9413e

Browse files
[windows] fix openssl installation (#8313)
1 parent 3b6bcd7 commit cd9413e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

images/win/scripts/Installers/Install-OpenSSL.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ $installersAvailable | Get-Member -MemberType NoteProperty | ForEach-Object {
2626
$installerUrl = $installersAvailable.$key.url
2727
$installerName = $key
2828
$distributor_file_hash = $installersAvailable.$key.sha512
29-
Break;
3029
}
3130
}
3231

0 commit comments

Comments
 (0)