diff options
Diffstat (limited to 'crates/shirabe/src/command/reinstall_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/reinstall_command.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/shirabe/src/command/reinstall_command.rs b/crates/shirabe/src/command/reinstall_command.rs index 0d3567a2..05543870 100644 --- a/crates/shirabe/src/command/reinstall_command.rs +++ b/crates/shirabe/src/command/reinstall_command.rs @@ -247,14 +247,14 @@ impl Command for ReinstallCommand { let repo = crate::repository::InstalledRepositoryInterfaceHandle::from_repository_handle( &local_repo, ); - installation_manager.borrow_mut().execute( + installation_manager.borrow().execute( &repo, uninstall_operations, dev_mode, true, false, )?; - installation_manager.borrow_mut().execute( + installation_manager.borrow().execute( &repo, install_operations.clone(), dev_mode, |
