Commit 03f69ac6 by Paul Durivage

Fix incorrect name

parent 29a308a2
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment