aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/reinstall.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart/src/commands/reinstall.rs')
-rw-r--r--crates/mozart/src/commands/reinstall.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart/src/commands/reinstall.rs b/crates/mozart/src/commands/reinstall.rs
index abc207f..875d5f0 100644
--- a/crates/mozart/src/commands/reinstall.rs
+++ b/crates/mozart/src/commands/reinstall.rs
@@ -239,7 +239,7 @@ pub async fn execute(
&vendor_dir,
&locked.name,
Some(&mut progress),
- Some(&files_cache),
+ &files_cache,
)
.await?;