Skip to content

Commit 42ad14f

Browse files
reakaleekMpdreamz
andauthored
Update src/tooling/docs-assembler/Sourcing/RepositorySourcesFetcher.cs
Co-authored-by: Martijn Laarman <[email protected]>
1 parent 42a048b commit 42ad14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tooling/docs-assembler/Sourcing/RepositorySourcesFetcher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ await File.WriteAllTextAsync(
114114
};
115115
}
116116

117-
public async Task WriteLinkRegistrySnapshot(LinkRegistry linkRegistrySnapshot, Cancel ctx = default) => await File.WriteAllTextAsync(
117+
public async Task WriteLinkRegistrySnapshot(LinkRegistry linkRegistrySnapshot, Cancel ctx = default) => await context.WriteFileSystem.File.WriteAllTextAsync(
118118
Path.Combine(context.OutputDirectory.FullName, "docs", CheckoutResult.LinkRegistrySnapshotFileName),
119119
LinkRegistry.Serialize(linkRegistrySnapshot),
120120
ctx

0 commit comments

Comments
 (0)