From b22d6ada7f8629dfd23f2e7a824ec537cff51115 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Wed, 13 May 2020 21:04:40 +0200 Subject: [PATCH] Small formatting issues --- Public/Add-GPOPermission.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Public/Add-GPOPermission.ps1 b/Public/Add-GPOPermission.ps1 index f7318af..97df2a7 100644 --- a/Public/Add-GPOPermission.ps1 +++ b/Public/Add-GPOPermission.ps1 @@ -8,7 +8,7 @@ ) if ($Type -eq 'Default') { @{ - Action = 'Add' + Action = 'Add' Type = 'Standard' Trustee = $Trustee IncludePermissionType = $IncludePermissionType