Skip to content

Commit

Permalink
Fixed the bug of syntax error (#30202)
Browse files Browse the repository at this point in the history
  • Loading branch information
sima-zhu authored Aug 5, 2022
1 parent a44f7d9 commit dac0c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/scripts/Language-Settings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ function Update-java-DocsMsPackages($DocsRepoLocation, $DocsMetadata, $DocValida
UpdateDocsMsPackages `
(Join-Path $DocsRepoLocation 'package.json') `
'latest' `
$FilteredMetadata`
$FilteredMetadata `
$DocValidationImageId
}

Expand Down

0 comments on commit dac0c7a

Please sign in to comment.