Skip to content

Commit 18085bc

Browse files
committed
Always be staging
1 parent 4f9e70b commit 18085bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp.Tests/FilterFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ private static void StageNewFile(Repository repo, int n)
342342
{
343343
string path = "new" + n + ".txt";
344344
Touch(repo.Info.WorkingDirectory, path, "null");
345-
repo.Index.Stage(path);
345+
repo.Stage(path);
346346
}
347347
}
348348
}

0 commit comments

Comments
 (0)