diff --git a/src/scripts/helper/find-nonchecksummed-addresses.ts b/src/scripts/helper/find-nonchecksummed-addresses.ts index 22a0f6cc338..30b5c9f1871 100644 --- a/src/scripts/helper/find-nonchecksummed-addresses.ts +++ b/src/scripts/helper/find-nonchecksummed-addresses.ts @@ -54,7 +54,7 @@ const checkFile = async (filePath: string) => { const processDirectories = async () => { try { for (const directoryPath of directoryPaths) { - const paths = await glob(directoryPath + "/**/*") + const paths = await glob(path.join(directoryPath, "**/*")) // Process each file for (const filepath of paths) {