Skip to content

Commit 3dcb8f6

Browse files
Bugfixing path
1 parent 870521a commit 3dcb8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSModuleDevelopment/internal/scripts/strings.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
foreach ($resolvedPath in (Resolve-PSFPath -Path "$($script:PSModuleRoot)\en-us\*.psd1"))
1+
foreach ($resolvedPath in (Resolve-PSFPath -Path "$($script:ModuleRoot)\en-us\*.psd1"))
22
{
33
$data = Import-PowerShellDataFile -Path $resolvedPath
44

0 commit comments

Comments
 (0)