From 03f69ac6c877f2877b041ecf70570733297a2847 Mon Sep 17 00:00:00 2001 From: Paul Durivage Date: Thu, 19 Jun 2014 16:24:12 -0500 Subject: [PATCH] Fix incorrect name --- library/windows/win_user.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)