Fix: correct cloudmounter rules

This commit is contained in:
SukkaW
2024-01-11 13:04:26 +08:00
parent 0a974c9e9f
commit 123576b692
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ export const buildCommon = task(import.meta.path, async () => {
}
if (
relativePath.startsWith('ip/')
|| relativePath.startsWith('non_ip/')
|| relativePath.startsWith('non_ip/')
) {
promises.push(transformRuleset(entry.fullpath(), relativePath));
continue;