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) {
50
50
51
51
$moduleRootPath = Join-Path $SourceDirectory $ModuleRootName
52
52
$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 }
54
54
55
55
$parentModulePath = Join-Path $moduleRootPath $parentModuleName
56
56
$subModulePath = Join-Path $moduleRootPath $SubModuleName
@@ -274,4 +274,4 @@ New-GenerateInfoJson -GeneratedDirectory $subModulePath
274
274
<#
275
275
Update module in tools\CreateMappings_rules.json
276
276
#>
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