From b044f1ced7747d61672e3f6fb30e105d87f278c7 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sun, 28 Dec 2025 01:40:26 +0000 Subject: [PATCH] chore: auto format code --- lib/core/app_protection.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/app_protection.sh b/lib/core/app_protection.sh index 3666df1..7cbd613 100755 --- a/lib/core/app_protection.sh +++ b/lib/core/app_protection.sh @@ -611,7 +611,7 @@ is_path_whitelisted() { # Check for exact match or glob pattern match # shellcheck disable=SC2053 if [[ "$normalized_target" == "$expanded_pattern" ]] || - [[ "$normalized_target" == $expanded_pattern ]]; then + [[ "$normalized_target" == $expanded_pattern ]]; then return 0 fi done