diff --git a/library/windows/win_user.ps1 b/library/windows/win_user.ps1 index 6ce9d023681..a6f1971cd77 100644 --- a/library/windows/win_user.ps1 +++ b/library/windows/win_user.ps1 @@ -48,7 +48,7 @@ function Delete-User($user) { $params = Parse-Args $args; $result = New-Object psobject @{ - changed = false + changed = $false }; If (-not $params.name.GetType)