Skip to content

Commit 67e50db

Browse files
committed
I missed an s
1 parent b5c9f21 commit 67e50db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/src/info/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ async function main() {
216216
] = await Promise.all([
217217
getAllPackages(pathlib.join(gitRoot, 'src', 'bundles')),
218218
getAllPackages(pathlib.join(gitRoot, 'src', 'tabs')),
219-
getAllPackages(pathlib.join(gitRoot, 'libs')),
219+
getAllPackages(pathlib.join(gitRoot, 'lib')),
220220
getAllPackages(pathlib.join(gitRoot), 1)
221221
]);
222222

0 commit comments

Comments
 (0)