Skip to content

Commit aa1fef2

Browse files
Ruben Mamoasbjornu
Ruben Mamo
authored andcommitted
Changed path in Dynamic Repository Test
1 parent 8c55c98 commit aa1fef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersionCore.Tests/ExecuteCoreTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public void DynamicRepositoriesShouldNotErrorWithFailedToFindGitDirectory()
134134

135135
RepositoryScope(versionAndBranchFinder, (fixture, vv) =>
136136
{
137-
versionAndBranchFinder.ExecuteGitVersion("https://github.com/GitTools/GitVersion.git", null, new Authentication(), "refs/head/master", false, "tempProjectPath", null);
137+
versionAndBranchFinder.ExecuteGitVersion("https://github.com/GitTools/GitVersion.git", null, new Authentication(), "refs/head/master", false, fixture.RepositoryPath, null);
138138
});
139139
}
140140

0 commit comments

Comments
 (0)