Browse Source

Update SwitchToPreRcCommand.cs

pull/18608/head
Engincan VESKE 2 years ago
committed by GitHub
parent
commit
6e5a97d903
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/SwitchToPreRcCommand.cs

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

@ -40,6 +40,6 @@ public class SwitchToPreRcCommand : IConsoleCommand, ITransientDependency
public string GetShortDescription()
{
return "Switches npm packages to pre-rc preview ABP version.";
return "Switches npm packages to pre-rc ABP version.";
}
}
}

Loading…
Cancel
Save