Browse Source

Correct PassThur to PassThru

addresses issue #63
pull/64/head
JB Lewis 4 years ago
committed by GitHub
parent
commit
c4c0df34bc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      NTFSSecurity/ItemCmdlets/RemoveItem2.cs

+ 1
- 1
NTFSSecurity/ItemCmdlets/RemoveItem2.cs View File

@@ -40,7 +40,7 @@ namespace NTFSSecurity
}

[Parameter]
public SwitchParameter PassThur
public SwitchParameter PassThru
{
get { return passThru; }
set { passThru = value; }


Loading…
Cancel
Save