Skip to content

Commit

Permalink
Added missing slash (#4508)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr authored Feb 27, 2024
1 parent bf7d558 commit c776e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/pipelines/sharedScripts/Set-ModuleReadMe.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1623,7 +1623,7 @@ function Set-ModuleReadMe {
}

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

0 comments on commit c776e1a

Please sign in to comment.