Skip to content

Commit eff4b87

Browse files
authored
Update shell/agents/Microsoft.Azure.Agent/Command.cs
1 parent aec1da9 commit eff4b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/agents/Microsoft.Azure.Agent/Command.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ private void ReplaceAction()
5353

5454
if (ap is null)
5555
{
56-
host.WriteErrorLine("The `/replace` command is experimental and could not successfully parse the response. This issue may occur intermittently due to specific response conditions.");
56+
host.WriteErrorLine("The '/replace' command is experimental and could not successfully parse the response. This issue may occur intermittently due to specific response conditions.");
5757
return;
5858
}
5959

0 commit comments

Comments
 (0)