Skip to content

Commit 603fd80

Browse files
committed
fix post browser conflict resolve build error
1 parent 65598b0 commit 603fd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tooling/docs-assembler/Cli/RepositoryCommands.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public async Task<int> BuildAll(
130130
var navigation = new GlobalNavigation(assembleSources, navigationFile);
131131

132132
var pathProvider = new GlobalNavigationPathProvider(navigationFile, assembleSources, assembleContext);
133-
var htmlWriter = new GlobalNavigationHtmlWriter(logger, navigation);
133+
var htmlWriter = new GlobalNavigationHtmlWriter(logFactory, navigation);
134134
var legacyPageChecker = new LegacyPageChecker();
135135
var historyMapper = new PageLegacyUrlMapper(legacyPageChecker, assembleSources.HistoryMappings);
136136

0 commit comments

Comments
 (0)