Add support for -y flag in Chocolatey (#457)
This commit is contained in:
committed by
GitHub
parent
33da94c818
commit
d838eb588b
@@ -139,7 +139,7 @@ fn run() -> Result<()> {
|
||||
#[cfg(windows)]
|
||||
{
|
||||
if config.should_run(Step::Chocolatey) {
|
||||
runner.execute("Chocolatey", || windows::run_chocolatey(run_type))?;
|
||||
runner.execute("Chocolatey", || windows::run_chocolatey(&ctx))?;
|
||||
}
|
||||
|
||||
if config.should_run(Step::Scoop) {
|
||||
|
||||
Reference in New Issue
Block a user