aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/factory.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/factory.rs')
-rw-r--r--crates/shirabe/src/factory.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/factory.rs b/crates/shirabe/src/factory.rs
index 80f1548..f2fa99b 100644
--- a/crates/shirabe/src/factory.rs
+++ b/crates/shirabe/src/factory.rs
@@ -886,7 +886,7 @@ impl Factory {
let fs = process
.map(|p| std::rc::Rc::new(std::cell::RefCell::new(Filesystem::new(Some(p.clone())))));
- rm.set_local_repository(Box::new(
+ rm.set_local_repository(crate::repository::RepositoryInterfaceHandle::new(
InstalledFilesystemRepository::new(
JsonFile::new(
format!("{}/composer/installed.json", vendor_dir),