Skip to content

Commit a19d49b

Browse files
committed
Fix resolution
1 parent 2567bf4 commit a19d49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Markdown/DocumentationGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public DocumentationGenerator(
100100
public async Task ResolveDirectoryTree(Cancel ctx)
101101
{
102102
_logger.LogInformation("Resolving tree");
103-
await DocumentationSet.Tree.Resolve(ctx);
103+
await DocumentationSet.ResolveDirectoryTree(ctx);
104104
_logger.LogInformation("Resolved tree");
105105
}
106106

0 commit comments

Comments
 (0)