Skip to content

Commit 93e1c3e

Browse files
committed
docs: fix recursive dependency filename behavior description
Clarify that recursive processing uses the same filename as the input file, not always "dependencies.json"
1 parent d2020ab commit 93e1c3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,8 @@ LsiCheckOutTestRootA/dependencies.json:
555555
- Processes TestB's dependencies
556556
- Continues applying compatibility rules
557557

558+
**Important**: The script uses the same filename for all recursive processing. If you run `.\LsiGitCheckout.ps1 -InputFile "mydeps.json"`, it will look for "mydeps.json" in each checked-out repository, not "dependencies.json".
559+
558560
### API Compatibility Checking
559561

560562
When the same repository is referenced multiple times:

0 commit comments

Comments
 (0)