summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/perl5/Local/MrRepo/Repo/Git/Annex.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/perl5/Local/MrRepo/Repo/Git/Annex.pm b/lib/perl5/Local/MrRepo/Repo/Git/Annex.pm
index 495073c6..d3fa4ead 100644
--- a/lib/perl5/Local/MrRepo/Repo/Git/Annex.pm
+++ b/lib/perl5/Local/MrRepo/Repo/Git/Annex.pm
@@ -141,7 +141,7 @@ sub review_unused {
last;
} elsif ($response eq 'o') {
system('xdg-open',
- abs_contentlocation($unused_file->{key}));
+ $self->abs_contentlocation($unused_file->{key}));
} elsif ($response eq 'b' and $i > 0) {
pop @to_drop
if $to_drop[$#to_drop] eq