Rename PowerShell config directory to conf.d

This commit is contained in:
Manuel Thalmann 2024-03-20 23:57:48 +01:00
parent ce44de21d7
commit 96dff277e6
2 changed files with 3 additions and 3 deletions
scripts/Common/Config/powershell

View file

@ -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 {