Skip to content

Commit af2aa36

Browse files
committed
missed a validation when rebasing
1 parent df6d67a commit af2aa36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ function Invoke-Installer {
661661
[psobject]
662662
$Manifest,
663663
[Alias('Arch', 'Architecture')]
664-
[ValidateSet('32bit', '64bit', 'arm64')]
664+
[ValidateSet('32bit', '64bit-v4', '64bit-v3', '64bit-v2', '64bit', 'arm64')]
665665
[string]
666666
$ProcessorArchitecture,
667667
[string]

0 commit comments

Comments
 (0)