diff --git a/src/steps/os/windows.rs b/src/steps/os/windows.rs index 987704aa..aff201dc 100644 --- a/src/steps/os/windows.rs +++ b/src/steps/os/windows.rs @@ -48,7 +48,7 @@ pub fn run_winget(ctx: &ExecutionContext) -> Result<()> { } ctx.run_type() - .execute(&winget) + .execute(winget) .args(["upgrade", "--all"]) .status_checked() }