We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab508ee commit 5e812daCopy full SHA for 5e812da
ProtectionScan/Features/MainFeature.cs
@@ -65,7 +65,7 @@ public override bool Execute()
65
!GetBoolean(_noContentsName),
66
!GetBoolean(_noPathsName),
67
!GetBoolean(_noSubdirsName),
68
- !GetBoolean(_debugName),
+ GetBoolean(_debugName),
69
fileProgress);
70
71
// Loop through the input paths
0 commit comments