Rename PowerShell config directory to conf.d
This commit is contained in:
parent
ce44de21d7
commit
96dff277e6
2 changed files with 3 additions and 3 deletions
scripts/Common/Config/powershell
|
@ -58,7 +58,7 @@ $null = New-Module {
|
|||
$Overwrite = $true;
|
||||
}
|
||||
|
||||
$profiles = $profiles | ForEach-Object { Join-Path (Split-Path -Parent $_) "profile.d" "$Category.ps1"; };
|
||||
$profiles = $profiles | ForEach-Object { Join-Path (Split-Path -Parent $_) "conf.d" "$Category.ps1"; };
|
||||
}
|
||||
|
||||
$profiles | ForEach-Object {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue