Powershell module update is too verbose
This commit is contained in:
@@ -57,9 +57,10 @@ impl Powershell {
|
|||||||
let powershell = require_option(self.path.as_ref())?;
|
let powershell = require_option(self.path.as_ref())?;
|
||||||
|
|
||||||
print_separator("Powershell Modules Update");
|
print_separator("Powershell Modules Update");
|
||||||
|
println!("Updating modules...");
|
||||||
run_type
|
run_type
|
||||||
.execute(&powershell)
|
.execute(&powershell)
|
||||||
.args(&["-Command", "Update-Module", "-v"])
|
.args(&["-Command", "Update-Module"])
|
||||||
.check_run()
|
.check_run()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user