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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
NTFSSecurity/ItemCmdlets/RemoveItem2.cs
|
|
@@ -40,7 +40,7 @@ namespace NTFSSecurity |
|
|
|
} |
|
|
|
|
|
|
|
[Parameter] |
|
|
|
public SwitchParameter PassThur |
|
|
|
public SwitchParameter PassThru |
|
|
|
{ |
|
|
|
get { return passThru; } |
|
|
|
set { passThru = value; } |
|
|
|