Browse Source

Fix CIL merge error

pull/2948/head
liangshiwei 7 years ago
parent
commit
da72bb1ca0
  1. 2
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/Services/SourceCodeDownloadService.cs

2
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/Services/SourceCodeDownloadService.cs

@ -38,7 +38,9 @@ namespace Volo.Abp.Cli.Commands.Services
version, version,
DatabaseProvider.NotSpecified, DatabaseProvider.NotSpecified,
UiFramework.NotSpecified, UiFramework.NotSpecified,
MobileApp.None,
gitHubLocalRepositoryPath, gitHubLocalRepositoryPath,
null,
options options
) )
); );

Loading…
Cancel
Save