Skip to content

Commit 55d069f

Browse files
smw-msCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c6d5ee5 commit 55d069f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/azsdk-cli/Azure.Sdk.Tools.Cli/Tools/ReleasePlan/ReleasePlanTool.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ HttpClient httpClient
145145

146146
private readonly Option<bool> notifyOwnersOpt = new("--notify-owners")
147147
{
148-
Description = "Send email notification to owners of overdue release plans",
148+
Description = "Send email notifications to owners of overdue release plans",
149149
Required = false,
150150
};
151151

@@ -1005,7 +1005,7 @@ private async Task UpdateSdkPullRequestDescription(ParsedSdkPullRequest parsedUr
10051005
public async Task<ReleasePlanListResponse> ListOverdueReleasePlans(bool notifyOwners = false, string emailerUri = "")
10061006
{
10071007
try
1008-
{
1008+
{
10091009
if (notifyOwners && string.IsNullOrWhiteSpace(emailerUri))
10101010
{
10111011
return new ReleasePlanListResponse { ResponseError = "Emailer URI is required when notify owners is enabled." };

0 commit comments

Comments
 (0)