aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/installer/library_installer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/installer/library_installer.rs')
-rw-r--r--crates/shirabe/src/installer/library_installer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/installer/library_installer.rs b/crates/shirabe/src/installer/library_installer.rs
index 479fc6d5..a037fac9 100644
--- a/crates/shirabe/src/installer/library_installer.rs
+++ b/crates/shirabe/src/installer/library_installer.rs
@@ -205,7 +205,7 @@ impl LibraryInstaller {
self.filesystem
.borrow_mut()
.ensure_directory_exists(&self.vendor_dir.borrow());
- let realpath = realpath(&self.vendor_dir.borrow()).unwrap_or_default();
+ let realpath = realpath(self.vendor_dir.borrow().as_str()).unwrap_or_default();
*self.vendor_dir.borrow_mut() = realpath;
}