Remove AcceptLicense (fix #572)

This commit is contained in:
Roey Darwish Dror
2020-12-03 21:48:53 +02:00
parent c62a1149c8
commit 5074280f16

View File

@@ -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")
}