Determine name of setup user properly
This commit is contained in:
parent
26d683b4c5
commit
5caccb6177
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ $null = New-Module {
|
||||||
function Get-SetupUser {
|
function Get-SetupUser {
|
||||||
[OutputType([string])]
|
[OutputType([string])]
|
||||||
param()
|
param()
|
||||||
Get-Config "$(Get-ConfigRootName).setupUser";
|
Get-Config "$(Get-ConfigRootName).setupUser.name";
|
||||||
}
|
}
|
||||||
|
|
||||||
<#
|
<#
|
||||||
|
|
Loading…
Reference in a new issue