Browse Source

Update NewCommand.cs

pull/17669/head
Engincan VESKE 3 years ago
parent
commit
5fde392434
  1. 2
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/NewCommand.cs

2
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/NewCommand.cs

@ -158,7 +158,7 @@ public class NewCommand : ProjectCreationCommandBase, IConsoleCommand, ITransien
if (errors.Any())
{
Logger.LogWarning("NOTICE: The following tools is required to run your solution.");
Logger.LogWarning("NOTICE: The following tools are required to run your solution.");
foreach (var error in errors)
{
Logger.LogWarning(error);

Loading…
Cancel
Save