Browse Source

Update ProjectCreationCommandBase.cs

pull/12486/head
Yunus Emre Kalkan 4 years ago
parent
commit
eeb8ae3389
  1. 2
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/ProjectCreationCommandBase.cs

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

@ -369,7 +369,7 @@ public abstract class ProjectCreationCommandBase
if (string.IsNullOrWhiteSpace(efCoreProjectPath))
{
Logger.LogWarning("Couldn't find EntityFrameworkCore project to create initial migrations!");
Logger.LogWarning("Couldn't find the project to create initial migrations!");
return;
}

Loading…
Cancel
Save