Skip to content

Commit

Permalink
Ensure Agreements don't terminate in dependency flow (microsoft#4594)
Browse files Browse the repository at this point in the history
This PR makes it so that the prompt is actually shown when a dependency contains agreements.
  • Loading branch information
Trenly authored Jun 28, 2024
1 parent 3c60491 commit 7ea9bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppInstallerCLICore/Workflows/PromptFlow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ namespace AppInstaller::CLI::Workflow
}
}

EnsurePackageAgreementsAcceptance(context, /* showPrompt */ false);
EnsurePackageAgreementsAcceptance(context, /* showPrompt */ true);
}

private:
Expand Down

0 comments on commit 7ea9bca

Please sign in to comment.