Skip to content

Commit 952fb44

Browse files
committed
Rectified config path
1 parent 234d509 commit 952fb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/UpdateLinks.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Param(
66
[System.Collections.Generic.HashSet[string]]$BetaCommandGetVariantList= @(),
77
[System.Collections.Generic.HashSet[string]]$V1CommandListVariantList= @(),
88
[System.Collections.Generic.HashSet[string]]$BetaCommandListVariantList= @(),
9-
[string] $ModuleMappingConfigPath = ("..\msgraph-sdk-powershell\config\ModulesMapping.jsonc"),
9+
[string] $ModuleMappingConfigPath =(Join-Path $PSScriptRoot "..\config\ModulesMapping.jsonc"),
1010
[string] $SDKDocsPath = ("..\msgraph-sdk-powershell\src"),
1111
[string] $WorkLoadDocsPath = ("..\microsoftgraph-docs-powershell\microsoftgraph"),
1212
[string] $GraphDocsPath = ("..\microsoft-graph-docs")

0 commit comments

Comments
 (0)