Skip to content

Commit c5c836d

Browse files
authored
Update VMware.HV.Helper.psm1
Updated per Issue vmware#357
1 parent 31fa124 commit c5c836d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/VMware.Hv.Helper/VMware.HV.Helper.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12682,7 +12682,7 @@ param (
1268212682
[Boolean]$AutoUpdateOtherFileTypes = $True,
1268312683

1268412684
[Parameter(Mandatory = $False)]
12685-
[String]$GlobalApplicationEntitlement = $null
12685+
[String]$GlobalApplicationEntitlement = $null,
1268612686

1268712687
[Parameter(Mandatory = $false)]
1268812688
[switch]$clearGlobalEntitlement

0 commit comments

Comments
 (0)