From 5e812daf01dc364fd3dda273d8683a8c98fa52fa Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 7 Oct 2025 14:56:53 -0400 Subject: [PATCH] Fix debug flag use --- ProtectionScan/Features/MainFeature.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProtectionScan/Features/MainFeature.cs b/ProtectionScan/Features/MainFeature.cs index 3c89bcc2..7a08a619 100644 --- a/ProtectionScan/Features/MainFeature.cs +++ b/ProtectionScan/Features/MainFeature.cs @@ -65,7 +65,7 @@ namespace ProtectionScan.Features !GetBoolean(_noContentsName), !GetBoolean(_noPathsName), !GetBoolean(_noSubdirsName), - !GetBoolean(_debugName), + GetBoolean(_debugName), fileProgress); // Loop through the input paths