1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix incorrect name

This commit is contained in:
Paul Durivage 2014-06-19 16:24:12 -05:00
parent 29a308a233
commit 03f69ac6c8

View file

@ -48,7 +48,7 @@ function Delete-User($user) {
$params = Parse-Args $args; $params = Parse-Args $args;
$result = New-Object psobject @{ $result = New-Object psobject @{
changed = false changed = $false
}; };
If (-not $params.name.GetType) If (-not $params.name.GetType)