aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/command
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/command')
-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 e4f25cd..15749ae 100644
--- a/crates/shirabe/src/command/status_command.rs
+++ b/crates/shirabe/src/command/status_command.rs
@@ -112,7 +112,7 @@ impl StatusCommand {
}
if let Some(changes) =
- change_reporter.get_local_changes(package.as_ref(), target_dir.clone())
+ change_reporter.get_local_changes(package.as_ref(), &target_dir)?
{
errors.insert(target_dir.clone(), changes);
}