Skip to content

Commit

Permalink
Update eng/scripts/Language-Settings.ps1
Browse files Browse the repository at this point in the history
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
  • Loading branch information
sima-zhu and weshaggard authored Feb 2, 2021
1 parent 41ca61e commit 4931f8b
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 @@ -64,7 +64,7 @@ function Get-java-PackageInfoFromPackageFile ($pkg, $workingDirectory)
[xml]$contentXML = Get-Content $pkg

$pkgId = $contentXML.project.artifactId
$docsReadMeName = $pkgId -replace "azure-" , ""
$docsReadMeName = $pkgId -replace "^azure-" , ""
$pkgVersion = $contentXML.project.version
$groupId = if ($contentXML.project.groupId -eq $null) { $contentXML.project.parent.groupId } else { $contentXML.project.groupId }
$releaseNotes = ""
Expand Down

0 comments on commit 4931f8b

Please sign in to comment.