Skip to content

Commit 680f2af

Browse files
committed
Typo
1 parent 2454f02 commit 680f2af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tooling/docs-builder/Tracking/LocalGitRepositoryTracker.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ namespace Documentation.Builder.Tracking;
1111
public class LocalGitRepositoryTracker(DiagnosticsCollector collector, IDirectoryInfo workingDirectory, string lookupPath) : ExternalCommandExecutor(collector, workingDirectory), IRepositoryTracker
1212
{
1313
private string LookupPath { get; } = lookupPath;
14+
1415
public IEnumerable<GitChange> GetChangedFiles()
1516
{
1617
var defaultBranch = GetDefaultBranch();

0 commit comments

Comments
 (0)