Skip to content

Commit c776e1a

Browse files
Added missing slash (#4508)
1 parent bf7d558 commit c776e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/pipelines/sharedScripts/Set-ModuleReadMe.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1623,7 +1623,7 @@ function Set-ModuleReadMe {
16231623
}
16241624

16251625
$moduleRoot = Split-Path $TemplateFilePath -Parent
1626-
$fullModuleIdentifier = $moduleRoot.Replace('\', '/').split('modules/')[-1]
1626+
$fullModuleIdentifier = $moduleRoot.Replace('\', '/').split('/modules/')[-1]
16271627
# Custom modules are modules having the same resource type but different properties based on the name
16281628
# E.g., web/site/config--appsetting vs web/site/config--authsettingv2
16291629
$customModuleSeparator = '--'

0 commit comments

Comments
 (0)