Store app configs under programs

This commit is contained in:
Manuel Thalmann 2024-10-13 19:52:28 +02:00
parent 95d079bcaf
commit 561ac46073
11 changed files with 80 additions and 72 deletions
scripts/Common/Software/git

View file

@ -21,7 +21,7 @@
$configArgs = @("--system");
}
$config = & $getConfig "git";
$config = & $getConfig "programs.git";
<#
.SYNOPSIS