1 files changed, 1 insertions, 1 deletions
diff --git a/LibGitTest/Test3.cs b/LibGitTest/Test3.cs
index 24d6986..fee7230 100644
--- a/LibGitTest/Test3.cs
+++ b/LibGitTest/Test3.cs
@@ -7,7 +7,7 @@ public class Test3
public static async Task Run()
{
Console.WriteLine("Test3 running");
- var repo = new GitRepo(new FileRepoSource(@"/home/Rory/git/spacebar/server-master/.git"));
+ var repo = new GitRepo(new FileRepoSource(@"/home/Rory/git/nixpkgs-Draupnir/.git"));
var packs = repo.GetPacks().GetAsyncEnumerator();
int count = 0;
while(await packs.MoveNextAsync())
|