Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
BlythMeister committed Oct 21, 2022
1 parent 068e13b commit 5a04a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cake.Common/Build/TeamCity/TeamCityProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public void WritePrependBuildStatus(string message, string status = null)
}

/// <inheritdoc/>
public void WriteRepalcementBuildStatus(string message, string status = null)
public void WriteReplacementBuildStatus(string message, string status = null)
{
var attrs = new Dictionary<string, string>
{
Expand Down

0 comments on commit 5a04a37

Please sign in to comment.