Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit d1eaa94

Browse files
Making GitClient public
1 parent f61bacd commit d1eaa94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Git/GitClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public interface IGitClient
278278
ITask<string> GetHead(IOutputProcessor<string> processor = null);
279279
}
280280

281-
class GitClient : IGitClient
281+
public class GitClient : IGitClient
282282
{
283283
private const string UserNameConfigKey = "user.name";
284284
private const string UserEmailConfigKey = "user.email";

0 commit comments

Comments
 (0)