diff options
Diffstat (limited to 'crates/mozart/src/commands/reinstall.rs')
| -rw-r--r-- | crates/mozart/src/commands/reinstall.rs | 2 |
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?; |
