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:
parent
29a308a233
commit
03f69ac6c8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue