Skip to content

Commit dac0c7a

Browse files
authored
Fixed the bug of syntax error (#30202)
1 parent a44f7d9 commit dac0c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/scripts/Language-Settings.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ function Update-java-DocsMsPackages($DocsRepoLocation, $DocsMetadata, $DocValida
471471
UpdateDocsMsPackages `
472472
(Join-Path $DocsRepoLocation 'package.json') `
473473
'latest' `
474-
$FilteredMetadata`
474+
$FilteredMetadata `
475475
$DocValidationImageId
476476
}
477477

0 commit comments

Comments
 (0)