Browse Source

Correct PassThur to PassThru

addresses issue #63
pull/64/head
JB Lewis 6 years ago
committed by GitHub
parent
commit
c4c0df34bc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      NTFSSecurity/ItemCmdlets/RemoveItem2.cs

2
NTFSSecurity/ItemCmdlets/RemoveItem2.cs

@ -40,7 +40,7 @@ namespace NTFSSecurity
} }
[Parameter] [Parameter]
public SwitchParameter PassThur public SwitchParameter PassThru
{ {
get { return passThru; } get { return passThru; }
set { passThru = value; } set { passThru = value; }

Loading…
Cancel
Save