Skip to content

Commit 92867cb

Browse files
committed
fix: path for finding plugin.lua
1 parent 6b77e7d commit 92867cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ async function run() {
4343

4444
info.size = await getDirectorySize(submodulePath);
4545
info.hasPlugin = fs.existsSync(
46-
path.join(submodulePath, "module", "plugin.lua")
46+
path.join(submodulePath, "plugin.lua")
4747
);
4848

4949
console.log(

0 commit comments

Comments
 (0)