diff --git a/src/AppInstallerCLICore/Workflows/UpdateFlow.cpp b/src/AppInstallerCLICore/Workflows/UpdateFlow.cpp index b1eadd563e..0ebded708f 100644 --- a/src/AppInstallerCLICore/Workflows/UpdateFlow.cpp +++ b/src/AppInstallerCLICore/Workflows/UpdateFlow.cpp @@ -181,11 +181,7 @@ namespace AppInstaller::CLI::Workflow AddToPackagesToInstallIfNotPresent(packagesToInstall, std::move(updateContextPtr)); } - if (!updateAllFoundUpdate) - { - context.Reporter.Info() << Resource::String::UpdateNotApplicable << std::endl; - } - else + if (updateAllFoundUpdate) { context.Add(std::move(packagesToInstall)); context.Reporter.Info() << std::endl;