Skip to content

Commit 348d597

Browse files
committed
Update PassPushPosh.psm1
1 parent f087279 commit 348d597

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modules/PassPushPosh/1.3.2/PassPushPosh.psm1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,11 @@ class PasswordPush {
6060
$ExportableTypes =@(
6161
[PasswordPush]
6262
)
63-
<## Get the internal TypeAccelerators class to use its static methods.
63+
# Get the internal TypeAccelerators class to use its static methods.
6464
$TypeAcceleratorsClass = [psobject].Assembly.GetType(
6565
'System.Management.Automation.TypeAccelerators'
6666
)
67+
<#
6768
# Ensure none of the types would clobber an existing type accelerator.
6869
# If a type accelerator with the same name exists, throw an exception.
6970
$ExistingTypeAccelerators = $TypeAcceleratorsClass::Get

0 commit comments

Comments
 (0)