Browse Source

Update ProjectCreationCommandBase.cs

pull/15326/head
Engincan VESKE 4 years ago
parent
commit
9d3d25e544
  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

@ -693,7 +693,7 @@ public abstract class ProjectCreationCommandBase
AngularThemeConfigurer.Configure(new AngularThemeConfigurationArgs(
theme: projectArgs.Theme.Value,
projectName: projectArgs.SolutionName.FullName,
projectName: projectArgs.SolutionName.ProjectName,
angularFolderPath: angularFolderPath
));
}

Loading…
Cancel
Save