Skip to content

Commit 06c9e4b

Browse files
committed
will it blend?
1 parent 913542a commit 06c9e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/Configuration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class Configuration : IDisposable,
2626
/// <summary>
2727
/// Default constructor, should only be used for mocking purposes
2828
/// </summary>
29-
public Configuration() : this(null, null, null)
29+
public Configuration() : this(null, null, null, null)
3030
{ }
3131

3232
internal Configuration(Repository repository, string globalConfigurationFileLocation,

0 commit comments

Comments
 (0)