Skip to content

Commit 1586c8e

Browse files
committed
Put default branch back to main.
1 parent 3192f1e commit 1586c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersion.Testing/Fixtures/RepositoryFixtureBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace GitVersion.Testing;
99
/// </summary>
1010
public abstract class RepositoryFixtureBase : IDisposable
1111
{
12-
public const string MainBranch = "master";
12+
public const string MainBranch = "main";
1313
private readonly bool deleteOnDispose;
1414

1515
protected RepositoryFixtureBase(Func<string, Repository> repositoryBuilder, bool deleteOnDispose = true)

0 commit comments

Comments
 (0)