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.
/replace
1 parent 8ca95bd commit 645b37dCopy full SHA for 645b37d
shell/agents/Microsoft.Azure.Agent/Command.cs
@@ -167,7 +167,7 @@ private void ReplaceAction()
167
if (_values.Count > 0)
168
{
169
host.RenderDivider("Summary", DividerAlignment.Left);
170
- host.WriteLine("\nThe following placeholders will be replace:");
+ host.WriteLine("\nThe following placeholders will be replaced:");
171
host.RenderList(_values);
172
173
host.RenderDivider("Regenerate", DividerAlignment.Left);
0 commit comments