Fix syntax errors
This commit is contained in:
parent
060ae06753
commit
b3b99fe422
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@ function New-PersonalUser([Context] $context, [string] $userName)
|
|||
$adminRemovalStage = "RemoveAdmin";
|
||||
|
||||
$null = New-Module {
|
||||
Get-UserStage {
|
||||
function Get-UserStage() {
|
||||
return $context.Get($userStageProperty);
|
||||
}
|
||||
|
||||
Set-UserStage {
|
||||
function Set-UserStage() {
|
||||
param([string]$value);
|
||||
$context.Set($userStageProperty, $value);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue