Remove AcceptLicense (fix #572)
This commit is contained in:
@@ -59,10 +59,6 @@ impl Powershell {
|
|||||||
|
|
||||||
let mut cmd = vec!["Update-Module"];
|
let mut cmd = vec!["Update-Module"];
|
||||||
|
|
||||||
if ctx.config().yes() {
|
|
||||||
cmd.push("-AcceptLicense");
|
|
||||||
}
|
|
||||||
|
|
||||||
if ctx.config().verbose() {
|
if ctx.config().verbose() {
|
||||||
cmd.push("-Verbose")
|
cmd.push("-Verbose")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user