diff --git a/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/CliService.cs b/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/CliService.cs index a7919e6567..0b302520aa 100644 --- a/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/CliService.cs +++ b/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/CliService.cs @@ -51,7 +51,7 @@ public class CliService : ITransientDependency public async Task RunAsync(string[] args) { var currentCliVersion = await GetCurrentCliVersionInternalAsync(typeof(CliService).Assembly); - Logger.LogInformation($"ABP CLI {currentCliVersion} (https://abp.io)"); + Logger.LogInformation($"ABP CLI {currentCliVersion}"); var commandLineArgs = CommandLineArgumentParser.Parse(args);