mirror of
https://github.com/tw93/Mole.git
synced 2026-02-11 03:04:16 +00:00
chore: auto format code
This commit is contained in:
@@ -611,7 +611,7 @@ is_path_whitelisted() {
|
|||||||
# Check for exact match or glob pattern match
|
# Check for exact match or glob pattern match
|
||||||
# shellcheck disable=SC2053
|
# shellcheck disable=SC2053
|
||||||
if [[ "$normalized_target" == "$expanded_pattern" ]] ||
|
if [[ "$normalized_target" == "$expanded_pattern" ]] ||
|
||||||
[[ "$normalized_target" == $expanded_pattern ]]; then
|
[[ "$normalized_target" == $expanded_pattern ]]; then
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user