We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117692b commit a25ae2eCopy full SHA for a25ae2e
1 file changed
src/PostSharp.Engineering.BuildTools/Utilities/GitHelper.cs
@@ -98,7 +98,7 @@ public static bool TryPullAndMergeAndPush( BuildContext context, BuildSettings s
98
99
context.Console.WriteMessage( $"Merging branch '{sourceBranch}' to '{targetBranch}'." );
100
101
- // Checkout to target branch branch and pull to update the local repository.
+ // Checkout to target branch and pull to update the local repository.
102
if ( !TryCheckoutAndPull( context, targetBranch ) )
103
{
104
return false;
0 commit comments