Skip to content

Commit 1e00fd7

Browse files
committed
Correctly set location
1 parent 67bae93 commit 1e00fd7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/ExamplesGenerator.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,7 @@ $DeserializedContent = $JsonContent | ConvertFrom-Json
411411
foreach($Data in $DeserializedContent)
412412
{
413413
if($Data.ApiVersion -eq "beta")
414-
{
415-
414+
{
416415
if((-not($Data.Variants[0].Contains("List")))){
417416
$Beta = $BetaCommandGetVariantList.Add($Data.Command, $Data.Uri)
418417
}else{

0 commit comments

Comments
 (0)