Skip to content

Commit e3723b3

Browse files
[windows] fix openssl package condition (#8347)
we intend to install full package, not light. accidently condition was incorrect
1 parent 1a5e1b2 commit e3723b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
$arch = 'INTEL'
88
$bits = '64'
9-
$light = 'false'
9+
$light = $false
1010
$installer = "exe"
1111
$version = (Get-ToolsetContent).openssl.version
1212
$installDir = "$Env:ProgramFiles\OpenSSL"

0 commit comments

Comments
 (0)