Skip to content

Commit

Permalink
Fixed the var name (#25277)
Browse files Browse the repository at this point in the history
  • Loading branch information
sima-zhu authored Jul 19, 2022
1 parent eaab1ff commit 45a0432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/scripts/docs/Docs-ToC.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function addManagementPackage($serviceEntry, $packageName) {
}

function Get-python-RepositoryLink($packageInfo) {
return "$RepositoryUri/$($packageInfo.Package)"
return "$PackageRepositoryUri/$($packageInfo.Package)"
}
function Get-python-UpdatedDocsMsToc($toc) {
$services = $toc[0].items
Expand Down

0 comments on commit 45a0432

Please sign in to comment.