diff --git a/src/AppInstallerCLICore/Workflows/PromptFlow.cpp b/src/AppInstallerCLICore/Workflows/PromptFlow.cpp index 8f7c21d362..5e298f5c92 100644 --- a/src/AppInstallerCLICore/Workflows/PromptFlow.cpp +++ b/src/AppInstallerCLICore/Workflows/PromptFlow.cpp @@ -164,7 +164,7 @@ namespace AppInstaller::CLI::Workflow } } - EnsurePackageAgreementsAcceptance(context, /* showPrompt */ false); + EnsurePackageAgreementsAcceptance(context, /* showPrompt */ true); } private: