Update UpdateCommand.cs

pull/1918/head
Yunus Emre Kalkan 6 years ago
parent 88917cf911
commit 9075c5a182

@ -46,7 +46,7 @@ namespace Volo.Abp.Cli.Commands
var both = (updateNuget && updateNpm) || (!updateNuget && !updateNpm);
if (updateNpm || both)
if (updateNuget || both)
{
await UpdateNugetPackages(commandLineArgs);
}

Loading…
Cancel
Save