Browse Source

Update TemplateProjectBuilder.cs

pull/13122/head
Alper Ebiçoğlu 4 years ago
committed by GitHub
parent
commit
2aaa7059f6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/TemplateProjectBuilder.cs

2
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/TemplateProjectBuilder.cs

@ -60,7 +60,7 @@ public class TemplateProjectBuilder : IProjectBuilder, ITransientDependency
NormalizeArgs(args, templateInfo);
await EventBus.PublishAsync(new ProjectCreationProgressEvent {
Message = "Fetching the solution template"
Message = "Downloading the solution template"
}, false);
var templateFile = await SourceCodeStore.GetAsync(

Loading…
Cancel
Save