File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tools/azsdk-cli/Azure.Sdk.Tools.Cli/Tools/ReleasePlan Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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." } ;
You can’t perform that action at this time.
0 commit comments