Browse Source

Merge pull request #64 from AspenForester/patch-2

Correct PassThur to PassThru
pull/72/head
Raimund Andrée [MSFT] 4 years ago
committed by GitHub
parent
commit
da4376ad4a
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