Browse Source

Update ProjectCreationCommandBase.cs

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

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

@ -248,7 +248,7 @@ public abstract class ProjectCreationCommandBase
{
EventBus.PublishAsync(new ProjectCreationProgressEvent
{
Message = "Extracting the solution archieve"
Message = "Unzipping the solution"
}, false);
using (var templateFileStream = new MemoryStream(project.ZipContent))
@ -818,4 +818,4 @@ public abstract class ProjectCreationCommandBase
public const string Long = "theme-style";
}
}
}
}

Loading…
Cancel
Save