File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ if ($ModuleRootName -in $rootToParentMap.keys) {
5050
5151$moduleRootPath = Join-Path $SourceDirectory $ModuleRootName
5252$subModuleNameTrimmed = $SubModuleName
53- $subModuleName = Get-ChildItem - Path $moduleRootPath - Directory | Where-Object { $_.Name -match ' $( subModuleNameTrimmed)\. ' } | ForEach-Object { $_.Name }
53+ $subModuleName = Get-ChildItem - Path $moduleRootPath - Directory | Where-Object { $_.Name -match " ${ subModuleNameTrimmed} \. " } | ForEach-Object { $_.Name }
5454
5555$parentModulePath = Join-Path $moduleRootPath $parentModuleName
5656$subModulePath = Join-Path $moduleRootPath $SubModuleName
@@ -274,4 +274,4 @@ New-GenerateInfoJson -GeneratedDirectory $subModulePath
274274<#
275275 Update module in tools\CreateMappings_rules.json
276276#>
277- Update-MappingJson - RepoRoot $RepoRoot - ModuleName $ModuleRootName
277+ Update-MappingJson - RepoRoot $RepoRoot - ModuleName $ModuleRootName
You can’t perform that action at this time.
0 commit comments