diff --git a/src/steps/powershell.rs b/src/steps/powershell.rs index a936bc79..02641acc 100644 --- a/src/steps/powershell.rs +++ b/src/steps/powershell.rs @@ -59,10 +59,6 @@ impl Powershell { let mut cmd = vec!["Update-Module"]; - if ctx.config().yes() { - cmd.push("-AcceptLicense"); - } - if ctx.config().verbose() { cmd.push("-Verbose") }