aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/installer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/installer.rs')
-rw-r--r--crates/shirabe/src/installer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/installer.rs b/crates/shirabe/src/installer.rs
index 93bee0bf..d46d693d 100644
--- a/crates/shirabe/src/installer.rs
+++ b/crates/shirabe/src/installer.rs
@@ -873,7 +873,7 @@ impl Installer {
{
let operation_pkg = operation.get_target_package();
if let Some(repo) = operation_pkg.get_repository() {
- source_repo = format!(" from {}", repo.get_repo_name());
+ source_repo = format!(" from {}", repo.get_repo_name()?);
}
}
self.io