Skip to content

Commit a25ae2e

Browse files
committed
Typo.
1 parent 117692b commit a25ae2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PostSharp.Engineering.BuildTools/Utilities/GitHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public static bool TryPullAndMergeAndPush( BuildContext context, BuildSettings s
9898

9999
context.Console.WriteMessage( $"Merging branch '{sourceBranch}' to '{targetBranch}'." );
100100

101-
// Checkout to target branch branch and pull to update the local repository.
101+
// Checkout to target branch and pull to update the local repository.
102102
if ( !TryCheckoutAndPull( context, targetBranch ) )
103103
{
104104
return false;

0 commit comments

Comments
 (0)