aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/command/status_command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/command/status_command.rs')
-rw-r--r--crates/shirabe/src/command/status_command.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/status_command.rs b/crates/shirabe/src/command/status_command.rs
index 457c546..e729e1f 100644
--- a/crates/shirabe/src/command/status_command.rs
+++ b/crates/shirabe/src/command/status_command.rs
@@ -118,7 +118,7 @@ impl StatusCommand {
.get_repository_manager()
.borrow()
.get_local_repository()
- .get_canonical_packages();
+ .get_canonical_packages()?;
for package in packages {
let target_dir = composer
.get_installation_manager()