Fix exclude

This commit is contained in:
2026-06-26 02:12:19 +02:00
parent 75464e896c
commit d218ac85d3
+1 -1
View File
@@ -174,7 +174,7 @@ generate_region() {
PATH_ARG="${PATH_ARG%//}"
if should_skip "$PATH_ARG"; then
if should_skip "$(system_path "${PATH_ARG}")"; then
echo "Skipping excluded region: $(system_path "${PATH_ARG}")"
return 0
fi