Skip to content

Commit

Permalink
Update shell/agents/Microsoft.Azure.Agent/Command.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
daxian-dbw authored Nov 12, 2024
1 parent aec1da9 commit eff4b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/agents/Microsoft.Azure.Agent/Command.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private void ReplaceAction()

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

Expand Down

0 comments on commit eff4b87

Please sign in to comment.