Skip to content

Commit f480a3a

Browse files
committed
Explicitly said 'LibGet2Sharp.Index' to avoid confusion with System.Index (build failed on Linux)
1 parent c04d305 commit f480a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersionCore.Tests/Mocks/MockRepository.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public void RevParse(string revision, out Reference reference, out GitObject obj
211211

212212
public Branch Head { get; set; }
213213
public LibGit2Sharp.Configuration Config { get; set; }
214-
public Index Index { get; set; }
214+
public LibGit2Sharp.Index Index { get; set; }
215215
public ReferenceCollection Refs { get; set; }
216216

217217
public IQueryableCommitLog Commits

0 commit comments

Comments
 (0)