We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613ee7a commit 8455426Copy full SHA for 8455426
src/GitVersion.Core/Configuration/ConfigExtensions.cs
@@ -55,7 +55,7 @@ public static BranchConfig GetFallbackBranchConfiguration(this Config configurat
55
}
56
57
internal static BranchConfig? ForBranch(this Config configuration, IBranch branch)
58
- => GetBranchConfiguration(configuration, branch.NotNull().Name.WithoutRemote);
+ => ForBranch(configuration, branch.NotNull().Name.WithoutRemote);
59
60
internal static BranchConfig? ForBranch(this Config configuration, string branchName)
61
{
0 commit comments