Merge pull request #69 from dembeck/Language-Function

Fix for PR #67 "'Language' variable with a value invalid"
This commit is contained in:
amd64fox
2022-07-09 06:16:13 +03:00
committed by GitHub
-1
View File
@@ -64,7 +64,6 @@ param
[switch]$ignore_in_recommendations_off,
[Parameter(HelpMessage = 'Select the desired language to use for installation. Default is the detected system language.')]
[ValidateScript({ $_ -match '^(en|py|ru)' })]
[Alias('l')]
[string]$Language
)