Skip to content

Commit 3781081

Browse files
author
Friedrich Weinmann
committed
fixed legacy variable name
1 parent 4abfeb7 commit 3781081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSUtil/internal/scripts/keybindings.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
if ((Get-PSFConfigValue -FullName "PSUtil.Import.Keybindings" -Fallback $true) -and (Get-Module PSReadline))
22
{
3-
foreach ($file in (Get-ChildItem -Path (Join-PSFPath $script:PSModuleRoot 'internal' 'keybindings')))
3+
foreach ($file in (Get-ChildItem -Path (Join-PSFPath $script:ModuleRoot 'internal' 'keybindings')))
44
{
55
. Import-ModuleFile -Path $file.FullName
66
}

0 commit comments

Comments
 (0)