Skip to content

Commit 2ddb24e

Browse files
committed
update monkey msl
1 parent bb36caa commit 2ddb24e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/modules/monkeymsal/monkeymsal.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ param(
33
)
44
Set-StrictMode -Version Latest
55

6-
if ($PSVersionTable.PSVersion.Major -lt 6.0) {
6+
If ($PSVersionTable.PSVersion.Major -lt 6.0) {
77
switch ($([System.Environment]::OSVersion.Platform)) {
88
'Win32NT' {
99
New-Variable -Option Constant -Name IsWindows -Value $True -ErrorAction SilentlyContinue

0 commit comments

Comments
 (0)