Skip to content

Commit 5e812da

Browse files
committed
Fix debug flag use
1 parent ab508ee commit 5e812da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProtectionScan/Features/MainFeature.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public override bool Execute()
6565
!GetBoolean(_noContentsName),
6666
!GetBoolean(_noPathsName),
6767
!GetBoolean(_noSubdirsName),
68-
!GetBoolean(_debugName),
68+
GetBoolean(_debugName),
6969
fileProgress);
7070

7171
// Loop through the input paths

0 commit comments

Comments
 (0)