Skip to content

Commit

Permalink
feat: look for files 10 levels deep
Browse files Browse the repository at this point in the history
  • Loading branch information
lili2311 committed Dec 14, 2022
1 parent fb7607d commit 530cb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/sync/clone-and-analyze.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export async function cloneAndAnalyze(
// right now the product entitlements are not exposed via API so user has to provide which products
// they are using
getSCMSupportedManifests(manifestFileTypes, entitlements),
6,
10,
);
const relativeFileNames = files.map((f) => path.relative(repoPath, f));
debug(
Expand Down

0 comments on commit 530cb27

Please sign in to comment.