We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870521a commit 3dcb8f6Copy full SHA for 3dcb8f6
PSModuleDevelopment/internal/scripts/strings.ps1
@@ -1,4 +1,4 @@
1
-foreach ($resolvedPath in (Resolve-PSFPath -Path "$($script:PSModuleRoot)\en-us\*.psd1"))
+foreach ($resolvedPath in (Resolve-PSFPath -Path "$($script:ModuleRoot)\en-us\*.psd1"))
2
{
3
$data = Import-PowerShellDataFile -Path $resolvedPath
4
0 commit comments