Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 45a0432

Browse files
authored
Fixed the var name (Azure#25277)
1 parent eaab1ff commit 45a0432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/scripts/docs/Docs-ToC.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function addManagementPackage($serviceEntry, $packageName) {
106106
}
107107

108108
function Get-python-RepositoryLink($packageInfo) {
109-
return "$RepositoryUri/$($packageInfo.Package)"
109+
return "$PackageRepositoryUri/$($packageInfo.Package)"
110110
}
111111
function Get-python-UpdatedDocsMsToc($toc) {
112112
$services = $toc[0].items

0 commit comments

Comments
 (0)